tazwok rev 455

tazwok: fix FSH check
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Mar 16 09:58:08 2011 +0100 (2011-03-16)
parents 3d6823af5458
children 8b6dc81c4967
files tazwok
line diff
     1.1 --- a/tazwok	Tue Mar 15 01:44:57 2011 +0100
     1.2 +++ b/tazwok	Wed Mar 16 09:58:08 2011 +0100
     1.3 @@ -895,6 +895,7 @@
     1.4  	[ -n "$FSH" ] || FSH="bin boot dev etc home init lib media mnt proc \
     1.5  root sbin share sys tmp usr var vz usr/bin usr/games usr/include usr/lib \
     1.6  usr/local usr/sbin usr/share usr/src"
     1.7 +	error=0
     1.8  	for i in `ls -d * usr/* 2>/dev/null`
     1.9  	do
    1.10  		if ! echo $FSH | fgrep -q $i; then