]> 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:59:24 +0000 (07:59 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 4 Apr 2000 07:59:24 +0000 (07:59 +0000)
tests/basename/basic

index bdbf19c1fcc3d04a66d9f1caaa51d90cb1a596d6..f44e39823a2bf2a122ddae1efa4b0b2f0aea5f61 100755 (executable)
@@ -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;