diff options
Diffstat (limited to 't/txinfo30.sh')
-rwxr-xr-x | t/txinfo30.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/txinfo30.sh b/t/txinfo30.sh index 09ebd5e18..1766cacb0 100755 --- a/t/txinfo30.sh +++ b/t/txinfo30.sh @@ -39,7 +39,7 @@ EOF chmod +x makeinfo -PATH=`pwd`$PATH_SEPARATOR$PATH +PATH=$(pwd)$PATH_SEPARATOR$PATH export PATH # Otherwise configure might pick up a working makeinfo from the |