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 e80dfb5b5f..59a173d0d0 100644
--- a/myconfig.SH
+++ b/myconfig.SH
@@ -1,4 +1,4 @@
-case $CONFIGDOTSH in
+case $PERL_CONFIG_SH in
'')
if test -f config.sh; then TOP=.;
elif test -f ../config.sh; then TOP=..;