summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-08-03 21:23:10 +0300
committerAndrei Karas <akaras@inbox.ru>2015-08-03 21:23:10 +0300
commita3f6f6dd8173aaf3e24887e3cd9a66c85a1854fe (patch)
tree24e70b9fe23f0e1c066041deb775b69dce39adaf
parent0ca647e88e185cdfa52a581670c1ad00ffb55092 (diff)
downloadall-a3f6f6dd8173aaf3e24887e3cd9a66c85a1854fe.tar.gz
all-a3f6f6dd8173aaf3e24887e3cd9a66c85a1854fe.tar.bz2
all-a3f6f6dd8173aaf3e24887e3cd9a66c85a1854fe.tar.xz
all-a3f6f6dd8173aaf3e24887e3cd9a66c85a1854fe.zip
Set LANG variable to C in all scripts.
-rwxr-xr-xgit.sh2
-rwxr-xr-xinit.sh2
-rwxr-xr-xpull.sh2
-rwxr-xr-xpush.sh2
-rwxr-xr-xstatus.sh2
-rwxr-xr-xupgrade.sh2
6 files changed, 12 insertions, 0 deletions
diff --git a/git.sh b/git.sh
index ee73918..5a2a5d7 100755
--- a/git.sh
+++ b/git.sh
@@ -1,5 +1,7 @@
#!/bin/bash
+export LANG=C
+
function status {
if [ ! -d "$1" ]; then
return
diff --git a/init.sh b/init.sh
index c84d6d4..7a47dec 100755
--- a/init.sh
+++ b/init.sh
@@ -1,5 +1,7 @@
#!/bin/bash
+export LANG=C
+
CMD="$1"
PROTO="git@gitlab.com:"
if [[ -z "${CMD}" ]]; then
diff --git a/pull.sh b/pull.sh
index ff32c38..93a49d6 100755
--- a/pull.sh
+++ b/pull.sh
@@ -1,5 +1,7 @@
#!/bin/bash
+export LANG=C
+
function status {
if [ ! -d "$1" ]; then
return
diff --git a/push.sh b/push.sh
index 74f2f1d..bcf61df 100755
--- a/push.sh
+++ b/push.sh
@@ -1,5 +1,7 @@
#!/bin/bash
+export LANG=C
+
function status {
if [ ! -d "$1" ]; then
return
diff --git a/status.sh b/status.sh
index eadce37..b134fcb 100755
--- a/status.sh
+++ b/status.sh
@@ -1,5 +1,7 @@
#!/bin/bash
+export LANG=C
+
function status {
if [ ! -d "$1" ]; then
return
diff --git a/upgrade.sh b/upgrade.sh
index bbf669f..efed4d8 100755
--- a/upgrade.sh
+++ b/upgrade.sh
@@ -1,5 +1,7 @@
#!/bin/bash
+export LANG=C
+
function status {
if [ ! -d "$1" ]; then
return