Skip to content
Snippets Groups Projects
Commit 754ef238 authored by Valerio Mariani's avatar Valerio Mariani Committed by Bienchen
Browse files

Fixed ost_config.in file

Commited patched file by mistake
parent 7d3208df
No related branches found
No related tags found
No related merge requests found
......@@ -36,8 +36,9 @@ export LD_LIBRARY_PATH="$DNG_LIBDIR:${LD_LIBRARY_PATH}"
#unset PYTHONPATH
# retrieve absolute path to python executable
pyexec="$DNG_ROOT/bin/python"
pyexec="@PYTHON_BINARY@"
if [ ! -x "$pyexec" ]; then
echo "Error: Python executable '$pyexec' not found!"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment