summaryrefslogtreecommitdiff
path: root/perly.fixer
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1998-07-15 07:58:29 +0000
committerGurusamy Sarathy <gsar@cpan.org>1998-07-15 07:58:29 +0000
commite262e9be635eb2f99e78e37e3729f3b9494cef78 (patch)
tree6980d183d6a132a87bd9865333774151cfafc0a0 /perly.fixer
parent0a92e3a8032b83483524fad83a5e76cf0cf6aa8d (diff)
downloadperl-e262e9be635eb2f99e78e37e3729f3b9494cef78.tar.gz
rename some long file names to be 8.3 truncation-safe
p4raw-id: //depot/perl@1514
Diffstat (limited to 'perly.fixer')
-rwxr-xr-xperly.fixer6
1 files changed, 3 insertions, 3 deletions
diff --git a/perly.fixer b/perly.fixer
index 951da0078f..afe1a383cf 100755
--- a/perly.fixer
+++ b/perly.fixer
@@ -21,8 +21,8 @@ tmp=/tmp/f$$
if grep 'yaccpar 1.8 (Berkeley)' $input >/dev/null 2>&1; then
cp $input $output
- if test -f perly.c.diff; then
- patch -F3 $output <perly.c.diff
+ if test -f perly_c.diff; then
+ patch -F3 $output <perly_c.diff
rm -rf $input
fi
exit
@@ -50,7 +50,7 @@ echo "Warning: the yacc you have used is not directly supported by perl."
echo "The perly.fixer script will attempt to make some changes to the generated"
echo "file. The changes may be incomplete and that might lead to problems later"
echo "(especially with complex scripts). You may need to apply the changes"
-echo "embedded in perl.fixer (and/or perly.c.dif*) by hand."
+echo "embedded in perl.fixer (and/or perly_c.dif*) by hand."
echo ""
# Below, we check for various characteristic yaccpar outputs.