diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-03-26 15:34:49 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-03-26 15:34:49 -0400 |
commit | 727016e9d57179f3da54c0c41f99725f4d34757b (patch) | |
tree | e06db51e81c99ff95c5b2133beae0c950570c570 /.local/bin | |
parent | 85adbe95f90f77d0c5d5c2a9e2a7fd8933eb216a (diff) | |
parent | 4e5135eee28a7895dbc5fd74b0f49314a0f2397e (diff) |
Merge branch 'master' into gluglugt60-par/master
Diffstat (limited to '.local/bin')
-rwxr-xr-x | .local/bin/config-path | 3 |
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 |