summaryrefslogtreecommitdiff
path: root/makedir.SH
diff options
context:
space:
mode:
authorLarry Wall <lwall@netlabs.com>1991-03-21 00:00:00 +0000
committerLarry Wall <lwall@netlabs.com>1991-03-21 00:00:00 +0000
commitfe14fcc35f78a371a174a1d14256c2f35ae4262b (patch)
treed472cb1055c47b9701cb0840969aacdbdbc9354a /makedir.SH
parent27e2fb84680b9cc1db17238d5bf10b97626f477f (diff)
downloadperl-fe14fcc35f78a371a174a1d14256c2f35ae4262b.tar.gz
perl 4.0.00: (no release announcement available)perl-4.0.00
So far, 4.0 is still a beta test version. For the last production version, look in pub/perl.3.0/kits@44.
Diffstat (limited to 'makedir.SH')
-rw-r--r--makedir.SH9
1 files changed, 5 insertions, 4 deletions
diff --git a/makedir.SH b/makedir.SH
index 6064482106..63214ef307 100644
--- a/makedir.SH
+++ b/makedir.SH
@@ -5,7 +5,7 @@ case $CONFIG in
ln ../../config.sh . || \
ln ../../../config.sh . || \
(echo "Can't find config.sh."; exit 1)
- fi
+ fi 2>/dev/null
. ./config.sh
;;
esac
@@ -15,11 +15,12 @@ esac
echo "Extracting makedir (with variable substitutions)"
$spitshell >makedir <<!GROK!THIS!
$startsh
-# $Header: makedir.SH,v 3.0 89/10/18 15:20:27 lwall Locked $
+# $Header: makedir.SH,v 4.0 91/03/20 01:27:13 lwall Locked $
#
# $Log: makedir.SH,v $
-# Revision 3.0 89/10/18 15:20:27 lwall
-# 3.0 baseline
+# Revision 4.0 91/03/20 01:27:13 lwall
+# 4.0 baseline.
+#
#
export PATH || (echo "OOPS, this isn't sh. Desperation time. I will feed myself to sh."; sh \$0; kill \$\$)