mirror of
https://github.com/gryf/wicd.git
synced 2026-02-22 01:45:46 +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:
@@ -41,5 +41,5 @@ EOF
|
||||
|
||||
fi
|
||||
else
|
||||
exec python -O %LIB%wicd-client.py $@
|
||||
exec %PYTHON% -O %LIB%wicd-client.py $@
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user