* Remove bashism in tools/apt-selection. Closes: #530972
This commit is contained in:
parent
83fcacb0f7
commit
16525fc87c
|
@ -1,5 +1,6 @@
|
|||
debian-cd (3.1.3) UNRELEASED; urgency=low
|
||||
|
||||
[ Frans Pop ]
|
||||
* Adjust x86 boot scripts for new version (2.0) of framework in D-I for
|
||||
creation of syslinux configuration files. Essentially the new version
|
||||
is a backport of what was already implemented in debian-cd before the
|
||||
|
@ -11,6 +12,9 @@ debian-cd (3.1.3) UNRELEASED; urgency=low
|
|||
bootable. Avoids downloading x86 D-I images for all 30+ CDs in a full set.
|
||||
* Don't download floppy D-I images for i386; they're no longer available.
|
||||
|
||||
[ Steve McIntyre ]
|
||||
* Remove bashism in tools/apt-selection. Closes: #530972
|
||||
|
||||
-- Frans Pop <fjp@debian.org> Tue, 04 Aug 2009 22:32:08 +0200
|
||||
|
||||
debian-cd (3.1.2) unstable; urgency=low
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
# Get the configuration information if necessary
|
||||
if [ -z "$CODENAME" -o -z "$ARCH" -o -z "$APTTMP" ]; then
|
||||
if [ -e CONF.sh ]; then
|
||||
source CONF.sh
|
||||
. CONF.sh
|
||||
else
|
||||
echo "Please set the good environment variables before "
|
||||
echo "launching this program ..."
|
||||
|
|
Loading…
Reference in New Issue