One more undefined variable fix for set -u

ubuntu/precise
Steve Langasek 15 years ago
parent 4352448f27
commit 9f58353e84

6
debian/changelog vendored

@ -1,3 +1,9 @@
livecd-rootfs (1.139) UNRELEASED; urgency=low
* One more undefined variable fix for set -u
-- Steve Langasek <steve.langasek@ubuntu.com> Wed, 21 Jul 2010 11:10:44 +0200
livecd-rootfs (1.138) maverick; urgency=low livecd-rootfs (1.138) maverick; urgency=low
* Don't go overboard with the downgrading of packages; this probably caused * Don't go overboard with the downgrading of packages; this probably caused

@ -155,6 +155,7 @@ IMAGEFORMAT="squashfs"
# name is "ppa", don't omit it # name is "ppa", don't omit it
PPA="" PPA=""
APT_SOURCE="" APT_SOURCE=""
FORCE_YES=""
while getopts :d:e:i:I:m:S:s:a:A:f:p name; do case $name in while getopts :d:e:i:I:m:S:s:a:A:f:p name; do case $name in
d) STE=$OPTARG;; d) STE=$OPTARG;;

Loading…
Cancel
Save