diff options
author | Larry Wall <lwall@netlabs.com> | 1992-06-08 04:52:08 +0000 |
---|---|---|
committer | Larry Wall <lwall@netlabs.com> | 1992-06-08 04:52:08 +0000 |
commit | bee1dbe28446f1b188ddf14e24e7f65771825d8f (patch) | |
tree | f86e23246374104de23fe22cee4dfa6a9cca86e1 /makedir.SH | |
parent | 8adcabd8d9cf3c71e660c45cb7165ae4694308d4 (diff) | |
download | perl-bee1dbe28446f1b188ddf14e24e7f65771825d8f.tar.gz |
perl 4.0 patch 26: patch #20, continued
See patch #20.
Diffstat (limited to 'makedir.SH')
-rw-r--r-- | makedir.SH | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/makedir.SH b/makedir.SH index 63214ef307..e55d2b7c67 100644 --- a/makedir.SH +++ b/makedir.SH @@ -13,11 +13,15 @@ case "$0" in */*) cd `expr X$0 : 'X\(.*\)/'` ;; esac echo "Extracting makedir (with variable substitutions)" +rm -f makedir $spitshell >makedir <<!GROK!THIS! $startsh -# $Header: makedir.SH,v 4.0 91/03/20 01:27:13 lwall Locked $ +# $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. # |