search for: 0d10983

Displaying 1 result from an estimated 1 matches for "0d10983".

Did you mean: 041983
2017 Sep 05
2
[PATCH] run.in: Quote contents of @VAR@ substitutions
--- run.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/run.in b/run.in index 0d10983..0f23a7c 100755 --- a/run.in +++ b/run.in @@ -62,7 +62,7 @@ export PERL_VALGRIND=1 export PERL_DESTRUCT_LEVEL=2 # For Python. -export PYTHON=@PYTHON@ +export PYTHON="@PYTHON@" if [ -z "$PYTHONPATH" ]; then PYTHONPATH="$s/python:$b/python:$b/python/.libs" els...