# HG changeset patch # User Christophe Lincoln # Date 1481566850 -3600 # Node ID 67fec63c26264dd730ac90ce7f7439e8677d5801 # Parent db2f2190018fdc5468f624f9d1207db20908d763 tazu: small fix diff -r db2f2190018f -r 67fec63c2626 tazu/tazu --- a/tazu/tazu Mon Dec 12 19:03:48 2016 +0100 +++ b/tazu/tazu Mon Dec 12 19:20:50 2016 +0100 @@ -85,7 +85,7 @@ fi done echo "$(colorize 33 "Checking auth file...")" - for user in $(cat $authfile | cut -d : -f 1) + for user in "$(cat $authfile | cut -d : -f 1)" do if ! [ -d "$people/$user" ]; then echo -n "$(colorize 30 "$user")"