diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-13 01:26:53 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-13 01:26:53 +0000 |
commit | aa275be2c72d724a988f1e2f3dc3a57832744f47 (patch) | |
tree | 859d55807787659f45bd35c4304be6ffe97c8415 /pod/Makefile.SH | |
parent | 8a225eae002d1a372613e653fedfb1a2ed6edc40 (diff) | |
download | perl-aa275be2c72d724a988f1e2f3dc3a57832744f47.tar.gz |
I wonder how many $CONFIGs still lurk in the shadows.
p4raw-id: //depot/perl@10551
Diffstat (limited to 'pod/Makefile.SH')
-rw-r--r-- | pod/Makefile.SH | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/Makefile.SH b/pod/Makefile.SH index a18656528f..684822540b 100644 --- a/pod/Makefile.SH +++ b/pod/Makefile.SH @@ -1,4 +1,4 @@ -case $CONFIG in +case $PERL_CONFIG_SH in '') if test -f config.sh; then TOP=.; elif test -f ../config.sh; then TOP=..; |