summaryrefslogtreecommitdiff
path: root/.local
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2015-03-26 15:24:12 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-03-26 15:26:59 -0400
commit0712c9d148075e4f19b650aa675942f2a413b55e (patch)
tree5e2d5f42a308117f3eb47d067dac7c16c519dfb6 /.local
parent062265f08cbb511e3ffcd10c3ae55f732293ea26 (diff)
config-path: work around slow Unicode handling in Bash
Diffstat (limited to '.local')
-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 1d4d4d1..e81a986 100755
--- a/.local/bin/config-path
+++ b/.local/bin/config-path
@@ -43,6 +43,9 @@ var_done() {
}
main() {
+ export LC_ALL=C # Work around brokenly slow Unicode handling
+ # in Bash
+
IFS=:
# Import existing values
var_init PATH