summaryrefslogtreecommitdiff
path: root/cflags.SH
diff options
context:
space:
mode:
authorLarry Wall <lwall@netlabs.com>1991-11-05 06:26:52 +0000
committerLarry Wall <lwall@netlabs.com>1991-11-05 06:26:52 +0000
commit11aea3600896e20487883b2cb767b57027617482 (patch)
tree6c185e72ae0018f8cda24d7c5584596eda70c555 /cflags.SH
parentf1ca563b1a195a92d64b84ed3b4f859a5807e204 (diff)
downloadperl-11aea3600896e20487883b2cb767b57027617482.tar.gz
perl 4.0 patch 12: patch #11, continued
See patch #11.
Diffstat (limited to 'cflags.SH')
-rw-r--r--cflags.SH2
1 files changed, 1 insertions, 1 deletions
diff --git a/cflags.SH b/cflags.SH
index d01bad8f4f..df07083561 100644
--- a/cflags.SH
+++ b/cflags.SH
@@ -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.