Make sure that all command outputs are in english, so we can parse them correctly

Fix #49
This commit is contained in:
oblique 2014-09-25 08:12:21 +03:00
parent ec0df440f8
commit bec1513a07

View File

@ -16,6 +16,11 @@
# dependencies for 'bridge' Internet sharing method
# bridge-utils
# make sure that all command outputs are in english
# so we can parse them correctly
export LC_ALL=C
usage() {
echo "Usage: $(basename $0) [options] <wifi-interface> [<interface-with-internet>] [<access-point-name> [<passphrase>]]"
echo