Remove redundant line from previous patch

This commit is contained in:
Erik van der Kouwe 2009-09-04 13:36:43 +00:00
parent e1e4d6649f
commit 9dda815067

View file

@ -23,7 +23,6 @@ do total=`expr $total + 1`
CMD=./test$i
if [ $USER = root -a \( $i = 11 -o $i = 33 \) ]
then
chmod u+s $CMD > /dev/null
CMD=su\ -\ ast\ -c\ `pwd`/$CMD
fi