This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
optional warning on join(/foo/...) (reworked suggested patch
[perl5.git] / cflags.SH
index 715680e..54e19d5 100755 (executable)
--- a/cflags.SH
+++ b/cflags.SH
@@ -1,4 +1,4 @@
-case $CONFIGDOTSH in
+case $CONFIG in
 '')
        if test -f config.sh; then TOP=.;
        elif test -f ../config.sh; then TOP=..;