Preserves PYTHONPATH
This commit is contained in:
parent
ff070e5312
commit
e01dd578cd
|
@ -3,6 +3,6 @@
|
|||
## To be able to run fluents without installing it, we have to set
|
||||
## PYTHONPATH.
|
||||
|
||||
export PYTHONPATH=.
|
||||
export PYTHONPATH=$PYTHONPATH:.
|
||||
./bin/fluents $@
|
||||
|
||||
|
|
Reference in New Issue