From: Jim Meyering Date: Tue, 4 Apr 2000 07:55:37 +0000 (+0000) Subject: Split a long line and tweak for font-lock mode. X-Git-Tag: FILEUTILS-4_0r~138 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=92f6a5cd8e128e7ad73326c618340ec8f42d8d97;p=thirdparty%2Fcoreutils.git Split a long line and tweak for font-lock mode. --- diff --git a/tests/seq/basic b/tests/seq/basic index 8d00e1f539..3301390278 100755 --- a/tests/seq/basic +++ b/tests/seq/basic @@ -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;