mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-04-15 13:11:22 +00:00
You didn't see the unterminated cases, and neither did I...
This commit is contained in:
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…
x
Reference in New Issue
Block a user