backport of r1927: bashism in tools/apt-selection (#530972)
This commit is contained in:
parent
8c5d66b269
commit
81ee003aed
|
@ -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