[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#530192: speakup-tools: bashism in /bin/sh script



Chuck Hallenbeck, le Sat 23 May 2009 07:46:14 -0400, a écrit :
> http://hallenbeck.ftml.net/synthscripts-v3.tar.bz2

-test $UID -eq "0" || exit 0
+test $ID -eq "0" || exit 0

err, that's not the fix that was suggested, but rather

-test $UID -eq "0" || exit 0
+test $(id -ru) -eq "0" || exit 0

Samuel



Reply to: