livecd.sh don't set a variable to itself, especially when the variable

is empty and causes build failures under set -u.
ubuntu/precise
Steve Langasek 15 years ago
parent 9f1c6d6b8d
commit d440eccc00

7
debian/changelog vendored

@ -1,3 +1,10 @@
livecd-rootfs (1.122) UNRELEASED; urgency=low
* livecd.sh don't set a variable to itself, especially when the variable
is empty and causes build failures under set -u.
-- Steve Langasek <steve.langasek@ubuntu.com> Fri, 25 Jun 2010 21:57:56 -0700
livecd-rootfs (1.121) maverick; urgency=low livecd-rootfs (1.121) maverick; urgency=low
[ LaMont Jones ] [ LaMont Jones ]

@ -180,8 +180,6 @@ fi
if [ "$IMAGEFORMAT" = "ext2" ] || [ "$IMAGEFORMAT" = "ext3" ]; then if [ "$IMAGEFORMAT" = "ext2" ] || [ "$IMAGEFORMAT" = "ext3" ]; then
LIVE_BOOT_SCRIPTS="jasper" LIVE_BOOT_SCRIPTS="jasper"
else
LIVE_BOOT_SCRIPTS="$LIVE_BOOT_SCRIPTS"
fi fi
for arg in "$@"; do for arg in "$@"; do

Loading…
Cancel
Save