]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Split a long line and tweak for font-lock mode.
authorJim Meyering <jim@meyering.net>
Tue, 4 Apr 2000 07:55:37 +0000 (07:55 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 4 Apr 2000 07:55:37 +0000 (07:55 +0000)
tests/seq/basic

index 8d00e1f539ab06bbb2b292c66f61deb45406fb9b..330139027852de4f2e66f3cbec5cdeab2efec37d 100755 (executable)
@@ -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;