From 81ee003aed6afe597eee9186e29a887f9cf5c493 Mon Sep 17 00:00:00 2001 From: cd-builder user Date: Sat, 22 May 2010 00:53:04 +0000 Subject: [PATCH] backport of r1927: bashism in tools/apt-selection (#530972) --- etch/tools/apt-selection | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etch/tools/apt-selection b/etch/tools/apt-selection index 5e04649a..d4eb41b9 100755 --- a/etch/tools/apt-selection +++ b/etch/tools/apt-selection @@ -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 ..."