backport of r1927: bashism in tools/apt-selection (#530972)

This commit is contained in:
cd-builder user 2010-05-22 00:53:04 +00:00
parent 8c5d66b269
commit 81ee003aed
1 changed files with 1 additions and 1 deletions

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