diff options
author | Jim Meyering <jim@meyering.net> | 1998-10-05 03:34:17 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1998-10-05 03:34:17 +0000 |
commit | 3564013e18ec744aad89c0c9f0f5ddb9d317ebdc (patch) | |
tree | 30962f4ec06cf15761ab65bd3e8592d2e0f28e7c /tests/mv | |
parent | a019f34623769a0cebb24bea1e96493e137a0fed (diff) | |
download | coreutils-3564013e18ec744aad89c0c9f0f5ddb9d317ebdc.tar.xz |
add double quotes
Diffstat (limited to 'tests/mv')
-rw-r--r-- | tests/mv/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mv/Makefile.am b/tests/mv/Makefile.am index f0205b4e6..2404e0db6 100644 --- a/tests/mv/Makefile.am +++ b/tests/mv/Makefile.am @@ -12,6 +12,6 @@ TESTS_ENVIRONMENT = \ MV=../../src/mv \ RM=../../src/rm \ TOUCH=../../src/touch \ - PERL=@PERL@ \ + PERL="@PERL@" \ PATH=../../src:$$PATH \ PROG=mv |