mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-18 14:21:45 +00:00
One more undefined variable fix for set -u
This commit is contained in:
parent
4352448f27
commit
9f58353e84
6
debian/changelog
vendored
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…
x
Reference in New Issue
Block a user