From a02608dec28d4e964c218e69ee3e39c623232d8d Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Tue, 15 May 2001 13:12:40 +0000 Subject: The problem described in 20010514.031 still wasn't fully cured, there were remnants of $CONFIG when $CONFIGDOTSH was expected. Now renamed to PERL_CONFIG_SH to avoid future conflicts. p4raw-id: //depot/perl@10113 --- myconfig.SH | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'myconfig.SH') 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=..; -- cgit v1.2.1