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
|
## To be able to run fluents without installing it, we have to set
|
||||||
## PYTHONPATH.
|
## PYTHONPATH.
|
||||||
|
|
||||||
export PYTHONPATH=.
|
export PYTHONPATH=$PYTHONPATH:.
|
||||||
./bin/fluents $@
|
./bin/fluents $@
|
||||||
|
|
||||||
|
|
Reference in New Issue