slitaz-dev-tools rev 261

tazu: small fix
author Christophe Lincoln <pankso@slitaz.org>
date Mon Dec 12 19:20:50 2016 +0100 (2016-12-12)
parents db2f2190018f
children 4b4df41dc0fe
files tazu/tazu
line diff
     1.1 --- a/tazu/tazu	Mon Dec 12 19:03:48 2016 +0100
     1.2 +++ b/tazu/tazu	Mon Dec 12 19:20:50 2016 +0100
     1.3 @@ -85,7 +85,7 @@
     1.4  			fi
     1.5  		done
     1.6  		echo "$(colorize 33 "Checking auth file...")"
     1.7 -		for user in $(cat $authfile | cut -d : -f 1)
     1.8 +		for user in "$(cat $authfile | cut -d : -f 1)"
     1.9  		do
    1.10  			if ! [ -d "$people/$user" ]; then
    1.11  				echo -n "$(colorize 30 "$user")"