mirror of
https://github.com/gryf/pygtktalog.git
synced 2025-12-18 03:50:25 +01:00
* Typo.
* Bugfix in call.
This commit is contained in:
@@ -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