diff options
author | Larry Wall <lwall@netlabs.com> | 1991-11-05 06:26:52 +0000 |
---|---|---|
committer | Larry Wall <lwall@netlabs.com> | 1991-11-05 06:26:52 +0000 |
commit | 11aea3600896e20487883b2cb767b57027617482 (patch) | |
tree | 6c185e72ae0018f8cda24d7c5584596eda70c555 /cflags.SH | |
parent | f1ca563b1a195a92d64b84ed3b4f859a5807e204 (diff) | |
download | perl-11aea3600896e20487883b2cb767b57027617482.tar.gz |
perl 4.0 patch 12: patch #11, continued
See patch #11.
Diffstat (limited to 'cflags.SH')
-rw-r--r-- | cflags.SH | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ case $CONFIG in ln ../../../config.sh . || \ (echo "Can't find config.sh."; exit 1) fi - . config.sh + . ./config.sh ;; esac : This forces SH files to create target in same directory as SH file. |