* Remove bashism in tools/apt-selection. Closes: #530972

This commit is contained in:
Steve McIntyre 2009-08-04 21:55:03 +00:00
parent 83fcacb0f7
commit 16525fc87c
2 changed files with 5 additions and 1 deletions

4
debian/changelog vendored
View File

@ -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

View File

@ -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 ..."