summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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