diff options
author | Jim Meyering <jim@meyering.net> | 2003-02-02 20:14:20 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-02-02 20:14:20 +0000 |
commit | 62631d88449f149fb4e2df7d8d95bf7c1af51997 (patch) | |
tree | c0a4a63992c444371e4789d7e572b054848e07a5 /tests/unexpand | |
parent | 183659bb72db2a65db08c4a809dde129c650c59f (diff) | |
download | coreutils-62631d88449f149fb4e2df7d8d95bf7c1af51997.tar.xz |
*** empty log message ***
Diffstat (limited to 'tests/unexpand')
-rw-r--r-- | tests/unexpand/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unexpand/Makefile.in b/tests/unexpand/Makefile.in index 74bfef74e..64e840f63 100644 --- a/tests/unexpand/Makefile.in +++ b/tests/unexpand/Makefile.in @@ -153,7 +153,7 @@ TESTS_ENVIRONMENT = \ top_srcdir=$(top_srcdir) \ srcdir=$(srcdir) \ PERL="@PERL@" \ - PATH=`pwd`/../../src:$$PATH \ + PATH="`pwd`/../../src@PATH_SEPARATOR@$$PATH" \ PROG=unexpand |