diff options
author | Larry Wall <lwall@jpl-devvax.jpl.nasa.gov> | 1991-01-11 08:58:45 +0000 |
---|---|---|
committer | Larry Wall <lwall@jpl-devvax.jpl.nasa.gov> | 1991-01-11 08:58:45 +0000 |
commit | 27e2fb84680b9cc1db17238d5bf10b97626f477f (patch) | |
tree | 39824ce086ad815a976233d0edef5992b06e833c /x2p | |
parent | c623bd54707a8bf975b272e17e7c3b3342b31eb0 (diff) | |
download | perl-27e2fb84680b9cc1db17238d5bf10b97626f477f.tar.gz |
perl 3.0 patch #44 patch #42, continuedperl-3.044
See patch #42.
Diffstat (limited to 'x2p')
-rw-r--r-- | x2p/s2p.SH | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/x2p/s2p.SH b/x2p/s2p.SH index 9898dcf6a0..36eab5e11e 100644 --- a/x2p/s2p.SH +++ b/x2p/s2p.SH @@ -7,6 +7,7 @@ case $CONFIG in '') if test ! -f config.sh; then ln ../config.sh . || \ + ln -s ../config.sh . || \ ln ../../config.sh . || \ ln ../../../config.sh . || \ (echo "Can't find config.sh."; exit 1) @@ -28,9 +29,12 @@ $spitshell >s2p <<!GROK!THIS! : In the following dollars and backticks do not need the extra backslash. $spitshell >>s2p <<'!NO!SUBS!' -# $Header: s2p.SH,v 3.0.1.6 90/10/20 02:21:43 lwall Locked $ +# $Header: s2p.SH,v 3.0.1.7 91/01/11 18:36:44 lwall Locked $ # # $Log: s2p.SH,v $ +# Revision 3.0.1.7 91/01/11 18:36:44 lwall +# patch42: x2p/s2p.SH blew up on /afs misfeature +# # Revision 3.0.1.6 90/10/20 02:21:43 lwall # patch37: changed some ". config.sh" to ". ./config.sh" # |