tazwok rev 328
Fixed some typos.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun Feb 20 07:35:51 2011 +0000 (2011-02-20) |
parents | 8911f8d7295e |
children | 920447130d38 |
files | tazwok |
line diff
1.1 --- a/tazwok Sun Feb 20 05:58:40 2011 +0000 1.2 +++ b/tazwok Sun Feb 20 07:35:51 2011 +0000 1.3 @@ -2877,7 +2877,7 @@ 1.4 if [ -d .hg ]; then 1.5 hg pull -u || exit 1 1.6 else 1.7 - clone $HG_WOK . || exit 1 1.8 + hg clone $HG_WOK . || exit 1 1.9 fi 1.10 fi 1.11 report end-step 1.12 @@ -2915,7 +2915,7 @@ 1.13 done 1.14 for i in $(find */stuff); do 1.15 [ -e $i ] || continue 1.16 - [ ! -e "$clean_wok/$file" ] || rm -rf $i 1.17 + [ ! -e "$clean_wok/$i" ] || rm -rf $i 1.18 done 1.19 1.20 cp -a $clean_wok/* $WOK