Skip to content

Commit

Permalink
maintainer: Escape module python in wrapper script
Browse files Browse the repository at this point in the history
  • Loading branch information
fweik committed Oct 7, 2019
1 parent 9dc1e06 commit f2ec866
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/python/pypresso.cmakein
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
#

if test -n "$PYTHONPATH"; then
PYTHONPATH=@PYTHON_DIR@:$PYTHONPATH
PYTHONPATH="@PYTHON_DIR@:$PYTHONPATH"
else
PYTHONPATH=@PYTHON_DIR@
PYTHONPATH="@PYTHON_DIR@"
fi
export PYTHONPATH

Expand Down

0 comments on commit f2ec866

Please sign in to comment.