Preserves PYTHONPATH

This commit is contained in:
2007-03-01 15:27:24 +00:00
parent ff070e5312
commit e01dd578cd

View File

@@ -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 $@