Skip to content

Commit bebea4c

Browse files
committed
git-branchkill : export LANG=LC_ALL=C
1 parent 285d17b commit bebea4c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

git-branchkill

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ EXEC=""
99
LOCALKILL=-d
1010
REPODIRS=""
1111

12+
# We do parse some outputs, so keep it single-language
13+
LANG=C
14+
LC_ALL=C
15+
export LANG LC_ALL
16+
1217
while [ $# -gt 0 ]; do
1318
case "$1" in
1419
-h|--help)

0 commit comments

Comments
 (0)