summaryrefslogtreecommitdiff
path: root/cygwin
diff options
context:
space:
mode:
authorSteve Peters <steve@fisharerojo.org>2006-09-07 18:39:22 +0000
committerSteve Peters <steve@fisharerojo.org>2006-09-07 18:39:22 +0000
commit454fb80f45fb0b01f1ab0b356c14e9c7a9ffbfec (patch)
treeae5a0417622c0164b9a2ac9ee8e910556e80aaf5 /cygwin
parentf0092767b46f7b0bc47053dd358d8afb8d78a9a7 (diff)
downloadperl-454fb80f45fb0b01f1ab0b356c14e9c7a9ffbfec.tar.gz
Clean up some comments.
p4raw-id: //depot/perl@28805
Diffstat (limited to 'cygwin')
-rw-r--r--cygwin/ld2.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/cygwin/ld2.in b/cygwin/ld2.in
index 3776c71f87..fb41257410 100644
--- a/cygwin/ld2.in
+++ b/cygwin/ld2.in
@@ -4,7 +4,7 @@
# passes all args to perlld
#
-# own miniperl is first candidate 'cause it doesn not lock libperl.dll
+# miniperl is first candidate because it does not lock libperl.dll
for trythis in @buildpath@/miniperl @buildpath@/perl perl
do
if [ -x $trythis ]
@@ -14,7 +14,7 @@ do
fi
done
# hard luck!
-echo i see no perl executable around there
-echo perl is required to build dynamic libraries
-echo go fetch one or build this one static
+echo I see no perl executable around here. Perl
+echo is required to build dynamic libraries. Please
+echo reinstall Perl or build this one with static.
exit 1