From d9ad189ff71e6e37a534c331bfeaceed458c6c7b Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 2 Feb 2003 20:11:33 +0000 Subject: Use @PATH_SEPARATOR@ instead of hard-coding the path-separator. Also double-quote the new PATH, to avoid problems when the path-separator is a semi-colon or when `pwd` contains e.g. a space. --- tests/basename/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/basename') diff --git a/tests/basename/Makefile.am b/tests/basename/Makefile.am index f65837141..f8aa09919 100644 --- a/tests/basename/Makefile.am +++ b/tests/basename/Makefile.am @@ -7,5 +7,5 @@ TESTS_ENVIRONMENT = \ top_srcdir=$(top_srcdir) \ srcdir=$(srcdir) \ PERL="@PERL@" \ - PATH=`pwd`/../../src:$$PATH \ + PATH="`pwd`/../../src@PATH_SEPARATOR@$$PATH" \ PROG=basename -- cgit v1.2.3-70-g09d2