This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
de-$CONFIG continues.
authorJarkko Hietaniemi <jhi@iki.fi>
Thu, 14 Jun 2001 03:03:14 +0000 (03:03 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Thu, 14 Jun 2001 03:03:14 +0000 (03:03 +0000)
p4raw-id: //depot/perl@10581

cygwin/Makefile.SHs
x2p/Makefile.SH

index 05bc0c0..6850d6d 100644 (file)
@@ -8,7 +8,7 @@
 #
 
 #! /bin/sh
-case $CONFIG in
+case $PERL_CONFIG_SH in
 '')
        if test -f config.sh; then TOP=.;
        elif test -f ../config.sh; then TOP=..;
index 3b42c21..3dedb47 100755 (executable)
@@ -1,4 +1,4 @@
-case $CONFIGDOTSH in
+case $PERL_CONFIG_TSH in
 '')
        if test -f config.sh; then TOP=.;
        elif test -f ../config.sh; then TOP=..;