summaryrefslogtreecommitdiff
path: root/init.sh
diff options
context:
space:
mode:
Diffstat (limited to 'init.sh')
-rwxr-xr-xinit.sh2
1 files changed, 2 insertions, 0 deletions
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