tazwok rev 331
Finx a syntax error.
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Sun Feb 20 18:25:47 2011 +0100 (2011-02-20) |
parents | 14d4617ed3d2 |
children | 6fe1e20c93ce |
files | tazwok |
line diff
1.1 --- a/tazwok Sun Feb 20 16:15:13 2011 +0100 1.2 +++ b/tazwok Sun Feb 20 18:25:47 2011 +0100 1.3 @@ -1971,7 +1971,7 @@ 1.4 1.5 cd $LOCAL_REPOSITORY/packages 1.6 for i in $LOCAL_REPOSITORY/flavors/*; do 1.7 - [ -d "$i" ] continue 1.8 + [ -d "$i" ] || continue 1.9 tazlito pack-flavor ${i##*/} 1.10 done 1.11