From: Jarkko Hietaniemi Date: Thu, 24 Jul 2003 08:54:54 +0000 (+0000) Subject: EBCDIC fix from Thomas Dorner. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2d340b60e5064a4e3ddbd0fd329084a83392138f;p=p5sagit%2Fp5-mst-13.2.git EBCDIC fix from Thomas Dorner. p4raw-id: //depot/perl@20196 --- diff --git a/Makefile.SH b/Makefile.SH index ae6072e..08707c5 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -1233,9 +1233,9 @@ $rm -f $firstmakefile # Now do any special processing required before building. case "$ebcdic" in -$define) +define) xxx='' - echo "This is an EBCDIC system, checking if any parser files need regenerating." >&4 + echo "This is an EBCDIC system, checking if any parser files need regenerating." >&2 case "$osname" in os390|posix-bc) rm -f y.tab.c y.tab.h