This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
miniperl build fixes for os2 (from Yitzchak Scott-Thoennes
[perl5.git] / makedir.SH
old mode 100644 (file)
new mode 100755 (executable)
index e55d2b7..d1650e7
@@ -1,4 +1,4 @@
-case $CONFIG in
+case $CONFIGDOTSH in
 '')
     if test ! -f config.sh; then
        ln ../config.sh . || \
@@ -16,15 +16,7 @@ echo "Extracting makedir (with variable substitutions)"
 rm -f makedir
 $spitshell >makedir <<!GROK!THIS!
 $startsh
-# $RCSfile: makedir.SH,v $$Revision: 4.0.1.1 $$Date: 92/06/08 14:24:55 $
-# 
-# $Log:        makedir.SH,v $
-# Revision 4.0.1.1  92/06/08  14:24:55  lwall
-# patch20: SH files didn't work well with symbolic links
-# 
-# Revision 4.0  91/03/20  01:27:13  lwall
-# 4.0 baseline.
-# 
+# makedir.SH
 # 
 
 export PATH || (echo "OOPS, this isn't sh.  Desperation time.  I will feed myself to sh."; sh \$0; kill \$\$)