diff options
Diffstat (limited to 't/ccnoco.sh')
-rwxr-xr-x | t/ccnoco.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/ccnoco.sh b/t/ccnoco.sh index 1df950da8..60898c8d1 100755 --- a/t/ccnoco.sh +++ b/t/ccnoco.sh @@ -60,7 +60,7 @@ END chmod +x Mycomp # Make sure the compiler doesn't understand '-c -o' -CC=`pwd`/Mycomp +CC=$(pwd)/Mycomp export CC $ACLOCAL |