]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Mon, 5 Aug 1996 00:14:16 +0000 (00:14 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 5 Aug 1996 00:14:16 +0000 (00:14 +0000)
tests/tr/build-script.pl

index 46513bfdd699be7c85a870c2ff821c9ad1ecdde2..cf644af6f3e25ad33224b5c060bdee7bb84a1305 100755 (executable)
@@ -1,4 +1,4 @@
-#!/p/bin/perl -w
+#! @PERL@ -w
 require 5.002;
 use strict;
 
@@ -7,6 +7,7 @@ $| = 1;
 
 print <<EOF;
 #! /bin/sh
+# run-test generated automatically by automake 1.0 from Makefile.am
 case \$# in
   0) xx='$xx';;
   *) xx="\$1";;
@@ -72,6 +73,6 @@ if test \$errors = 0 ; then
 else
   \$echo Failed \$errors tests. 1>&2
 fi
-test \$errors = 0 && \$errors=1
+test \$errors = 0 && $errors=1
 exit \$errors
 EOF2