1
0
mirror of https://github.com/gryf/pygtktalog.git synced 2025-12-17 11:30:19 +01:00

* Change of path to project in bash starting script.

This commit is contained in:
2007-07-26 08:56:22 +00:00
parent a48458d1f9
commit a9897caf79

View File

@@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
# Simple wraper to launch python application from desired place. # Simple wraper to launch python application from desired place.
cd ~/Python/pyGTKtalog cd ~/Devel/Python/pyGTKtalog
#export PYTHONPATH="$PYTHONPATH:/usr/lib/gajim" #export PYTHONPATH="$PYTHONPATH:/usr/lib/gajim"
#exec python -OO pyGTKtalog.py $@ #exec python -OO pyGTKtalog.py $@
exec python pyGTKtalog.py $@ exec python pyGTKtalog.py $@