1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-02-18 13:21:58 +02:00

Split a long line and tweak for font-lock mode.

This commit is contained in:
Jim Meyering
2000-04-04 07:55:37 +00:00
parent dfddef17ac
commit 92f6a5cd8e

View File

@@ -5,14 +5,15 @@
: ${srcdir=.}
case "$PERL" in
*'missing perl')
echo 1>&2 "$0: configure didn't find a usable version of Perl, so can't run this test"
#'
exit 77
;;
*missing\ perl)
echo 1>&2 "$0: configure didn't find a usable version of Perl," \
"so can't run this test"
exit 77
;;
esac
exec $PERL -w -I$srcdir/.. -MFetish -- - << \EOF
d=$srcdir/..
exec $PERL -w -I$d -MFetish -- - << \EOF
require 5.003;
use strict;