1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-20 18:56:39 +02:00

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

This commit is contained in:
Jim Meyering
2000-04-04 07:59:24 +00:00
parent 655b4e6409
commit 7fc37fe5ec

View File

@@ -1,19 +1,19 @@
#!/bin/sh
# This is really a -*-perl-*- script
# -*-perl-*-
: ${PERL=perl}
: ${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;