From bd51f25754eb673f9059c3fc9b505bfc85011084 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 5 Aug 1996 00:14:16 +0000 Subject: [PATCH] . --- tests/tr/build-script.pl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/tr/build-script.pl b/tests/tr/build-script.pl index 46513bf..cf644af 100755 --- a/tests/tr/build-script.pl +++ b/tests/tr/build-script.pl @@ -1,4 +1,4 @@ -#!/p/bin/perl -w +#! @PERL@ -w require 5.002; use strict; @@ -7,6 +7,7 @@ $| = 1; print <&2 fi -test \$errors = 0 && \$errors=1 +test \$errors = 0 && $errors=1 exit \$errors EOF2 -- 2.7.4