mirror of
https://github.com/gryf/wicd.git
synced 2026-01-06 13:54:17 +01:00
Use the system python instead of a local one (which may be referenced inside the scripts that call wicd). Thanks to Russel O'Connor.
This commit is contained in:
@@ -6,4 +6,4 @@ if [ -e "%VARLIB%WHEREAREMYFILES" ] && [ ! -L "$HOME/.wicd/WHEREAREMYFILES" ]; t
|
||||
ln -s "%VARLIB%WHEREAREMYFILES" "$HOME/.wicd/WHEREAREMYFILES"
|
||||
fi
|
||||
|
||||
exec python -O %LIB%wicd-curses.py $@
|
||||
exec %PYTHON% -O %LIB%wicd-curses.py $@
|
||||
|
||||
Reference in New Issue
Block a user