summaryrefslogtreecommitdiff
path: root/myconfig.SH
diff options
context:
space:
mode:
Diffstat (limited to 'myconfig.SH')
-rw-r--r--myconfig.SH2
1 files changed, 1 insertions, 1 deletions
diff --git a/myconfig.SH b/myconfig.SH
index dd2b914032..83de2faeca 100644
--- a/myconfig.SH
+++ b/myconfig.SH
@@ -1,4 +1,4 @@
-case $CONFIG in
+case $CONFIGDOTSH in
'')
if test -f config.sh; then TOP=.;
elif test -f ../config.sh; then TOP=..;