summaryrefslogtreecommitdiff
path: root/.local/bin
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2015-03-26 15:34:49 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-03-26 15:34:49 -0400
commit727016e9d57179f3da54c0c41f99725f4d34757b (patch)
treee06db51e81c99ff95c5b2133beae0c950570c570 /.local/bin
parent85adbe95f90f77d0c5d5c2a9e2a7fd8933eb216a (diff)
parent4e5135eee28a7895dbc5fd74b0f49314a0f2397e (diff)
Merge branch 'master' into gluglugt60-par/master
Diffstat (limited to '.local/bin')
-rwxr-xr-x.local/bin/config-path3
1 files changed, 3 insertions, 0 deletions
diff --git a/.local/bin/config-path b/.local/bin/config-path
index e016aac..4b7cccb 100755
--- a/.local/bin/config-path
+++ b/.local/bin/config-path
@@ -44,6 +44,9 @@ var_done() {
}
main() {
+ export LC_ALL=C # Work around brokenly slow Unicode handling
+ # in Bash
+
IFS=:
# Import existing values
var_init PATH