* tests/run.in: Honor PREFIXCMD even without argument.
This commit is contained in:
parent
5a9b0aa1c1
commit
0c2997990d
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ PATH="@abs_top_builddir@/bin:$PATH"
|
||||||
export PATH
|
export PATH
|
||||||
|
|
||||||
test -z "$1" &&
|
test -z "$1" &&
|
||||||
PYTHONPATH=$pypath DYLD_LIBRARY_PATH=$modpath exec @PYTHON@
|
PYTHONPATH=$pypath DYLD_LIBRARY_PATH=$modpath exec $PREFIXCMD @PYTHON@
|
||||||
srcdir="@srcdir@"
|
srcdir="@srcdir@"
|
||||||
|
|
||||||
case $1 in
|
case $1 in
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue