diff options
Diffstat (limited to 't/copy.sh')
-rwxr-xr-x | t/copy.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -77,7 +77,7 @@ test -f auxdir/install-sh is_symlink auxdir/install-sh test -f auxdir/depcomp is_not_symlink auxdir/depcomp -test FAKE-DEPCOMP = `cat auxdir/depcomp` +test FAKE-DEPCOMP = "$(cat auxdir/depcomp)" # 'automake -a -c' should not create symlinks, even when there are # already symlinked required auxiliary files. |