From 92f6a5cd8e128e7ad73326c618340ec8f42d8d97 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 4 Apr 2000 07:55:37 +0000 Subject: Split a long line and tweak for font-lock mode. --- tests/seq/basic | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'tests/seq') diff --git a/tests/seq/basic b/tests/seq/basic index 8d00e1f53..330139027 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; -- cgit v1.2.3-70-g09d2