mirror of
https://github.com/gryf/pygtktalog.git
synced 2026-05-03 11:30:53 +02:00
* Typo.
* Bugfix in call.
This commit is contained in:
+2
-2
@@ -7,5 +7,5 @@ python_intrpreter="/usr/bin/python"
|
||||
# don't change anything below.
|
||||
current_dir="`pwd`"
|
||||
cd $data_dir
|
||||
#exec $python_intrpreter -OO pygtktalog.py "$current_dir" "$@"
|
||||
exec $python_intrpreter pygtktalog.py "$current_dir" "$@"
|
||||
exec $python_intrpreter -OO pygtktalog.py "$current_dir" "$@"
|
||||
#exec $python_intrpreter pygtktalog.py "$current_dir" "$@"
|
||||
|
||||
Reference in New Issue
Block a user