diff options
Diffstat (limited to 't/pr300-prog.sh')
-rwxr-xr-x | t/pr300-prog.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/pr300-prog.sh b/t/pr300-prog.sh index 6812231bd..7be09110c 100755 --- a/t/pr300-prog.sh +++ b/t/pr300-prog.sh @@ -62,7 +62,7 @@ $ACLOCAL $AUTOCONF $AUTOMAKE --copy --add-missing -./configure --prefix "`pwd`/inst" +./configure --prefix "$(pwd)/inst" $MAKE test-all $MAKE test-install |