From defac6623afe8b7d765a9477371fbc47da855c19 Mon Sep 17 00:00:00 2001 From: Martin Ebourne Date: Sat, 4 Mar 2006 01:33:46 +0000 Subject: This is part 1 of a patch from James O'Gorman. configure now detects perl executable location and updates all scripts to use the correct path; also adds PERL_EXECUTABLE define to BoxConfig.h. makebuildenv.pl adds PERL define to all makefiles. --- test/bbackupd/testfiles/extcheck2.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/bbackupd/testfiles/extcheck2.pl') diff --git a/test/bbackupd/testfiles/extcheck2.pl b/test/bbackupd/testfiles/extcheck2.pl index a0c7d3cd..68baa045 100755 --- a/test/bbackupd/testfiles/extcheck2.pl +++ b/test/bbackupd/testfiles/extcheck2.pl @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!@PERL@ use strict; unless(open IN,"../../bin/bbackupquery/bbackupquery -q -c testfiles/bbackupd.conf -l testfiles/query4.log \"compare -ac\" quit|") -- cgit v1.2.3