From 9f58353e847bea54a9d827a03d3bf8f4cf6171bb Mon Sep 17 00:00:00 2001 From: Steve Langasek Date: Wed, 21 Jul 2010 11:11:06 +0200 Subject: [PATCH] One more undefined variable fix for set -u --- debian/changelog | 6 ++++++ livecd.sh | 1 + 2 files changed, 7 insertions(+) diff --git a/debian/changelog b/debian/changelog index f1d4427b..cc08038a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +livecd-rootfs (1.139) UNRELEASED; urgency=low + + * One more undefined variable fix for set -u + + -- Steve Langasek Wed, 21 Jul 2010 11:10:44 +0200 + livecd-rootfs (1.138) maverick; urgency=low * Don't go overboard with the downgrading of packages; this probably caused diff --git a/livecd.sh b/livecd.sh index a45b5423..8ac76506 100755 --- a/livecd.sh +++ b/livecd.sh @@ -155,6 +155,7 @@ IMAGEFORMAT="squashfs" # name is "ppa", don't omit it PPA="" APT_SOURCE="" +FORCE_YES="" while getopts :d:e:i:I:m:S:s:a:A:f:p name; do case $name in d) STE=$OPTARG;;