diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-14 03:03:14 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-14 03:03:14 +0000 |
commit | 8b56a609d28bd51fe7701ff4c46c9d31dacb3582 (patch) | |
tree | 0b6e009f1b7e33051df586b7014dab4c7750aa6c /cygwin | |
parent | c617a26e488e52d37c4943680f99cc9105e5f5a5 (diff) | |
download | perl-8b56a609d28bd51fe7701ff4c46c9d31dacb3582.tar.gz |
de-$CONFIG continues.
p4raw-id: //depot/perl@10581
Diffstat (limited to 'cygwin')
-rw-r--r-- | cygwin/Makefile.SHs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cygwin/Makefile.SHs b/cygwin/Makefile.SHs index 05bc0c0aec..6850d6d77e 100644 --- a/cygwin/Makefile.SHs +++ b/cygwin/Makefile.SHs @@ -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=..; |