diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-05-15 13:12:40 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-05-15 13:12:40 +0000 |
commit | a02608dec28d4e964c218e69ee3e39c623232d8d (patch) | |
tree | 611366d44ab27efc6ee809b9715a1b71cd83e123 /config_h.SH | |
parent | b73b7152f5f6c25feb0459a1be8f3b086ea765db (diff) | |
download | perl-a02608dec28d4e964c218e69ee3e39c623232d8d.tar.gz |
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
Diffstat (limited to 'config_h.SH')
-rw-r--r-- | config_h.SH | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config_h.SH b/config_h.SH index 9188b7991c..bc6b6501a5 100644 --- a/config_h.SH +++ b/config_h.SH @@ -4,7 +4,7 @@ esac case "$CONFIG_H" in '') CONFIG_H=config.h ;; esac -case $CONFIG in +case $PERL_CONFIG_SH in '') if test -f $CONFIG_SH; then TOP=.; elif test -f ../$CONFIG_SH; then TOP=..; |