Mercurial > parpg-core
view bin/parpg.sh.in @ 15:de378945b839
Fixed 2 (of 3) issues with the scons script for windows
* Removed unnecessary START command from parpg.bat.in
* Changed PROGRAM_NAME to PROJECT_NAME for the default prefix value in windows
author | KarstenBock@gmx.net |
---|---|
date | Thu, 09 Jun 2011 15:59:52 +0200 |
parents | 6ff6a2f74f1e |
children | 927f2cf75357 |
line wrap: on
line source
#!/bin/bash export PYTHONPATH=${PYTHONPATH}:"@PY_PACKAGES_DIR@" cd $(dirname $0) "@PYTHON@" -m parpg.main "@SYS_CONF_DIR@" $@