You didn't see the unterminated cases, and neither did I...

ubuntu/precise
Adam Conrad 17 years ago
parent af68a8201d
commit 7c96f6c978

@ -59,9 +59,11 @@ for s in $SUITES; do
dapper|edgy|feisty|gutsy|hardy)
ARCHARG=""
old_suite="yes"
;;
*)
ARCHARG="-a$ARCH"
new_suite="yes"
;;
esac
done
if [ "$new_suite" = "yes" ] && [ "$old_suite" = "yes" ]; then

Loading…
Cancel
Save