From bec1513a07de0cb8ab9627c7f48d214b56d12d66 Mon Sep 17 00:00:00 2001 From: oblique Date: Thu, 25 Sep 2014 08:12:21 +0300 Subject: [PATCH] Make sure that all command outputs are in english, so we can parse them correctly Fix #49 --- create_ap | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/create_ap b/create_ap index d5e929d..2e434e6 100755 --- a/create_ap +++ b/create_ap @@ -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] [] [ []]" echo