summaryrefslogtreecommitdiff
path: root/Policy_sh.SH
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-05-15 13:12:40 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-05-15 13:12:40 +0000
commita02608dec28d4e964c218e69ee3e39c623232d8d (patch)
tree611366d44ab27efc6ee809b9715a1b71cd83e123 /Policy_sh.SH
parentb73b7152f5f6c25feb0459a1be8f3b086ea765db (diff)
downloadperl-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 'Policy_sh.SH')
-rw-r--r--Policy_sh.SH2
1 files changed, 1 insertions, 1 deletions
diff --git a/Policy_sh.SH b/Policy_sh.SH
index fec18b9385..aefa08f367 100644
--- a/Policy_sh.SH
+++ b/Policy_sh.SH
@@ -1,4 +1,4 @@
-case $CONFIGDOTSH in
+case $PERL_CONFIG_SH in
'') . ./config.sh ;;
esac
echo "Extracting Policy.sh (with variable substitutions)"