summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-03-14 22:32:13 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-03-14 22:32:13 -0400
commit1d185d93bcbd8a8f7776451faf228d1405008017 (patch)
treebb55352fd9630ca80a9d6eca603f3a3fbfa204af
parent6d386c6cfe3d04a3188b9d05b7656ffec2a8f51f (diff)
fix sort order of d:blobs across localesHEADmaster
-rw-r--r--modules/blobs/put.d.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/blobs/put.d.sh b/modules/blobs/put.d.sh
index afd5e7d..017e53f 100644
--- a/modules/blobs/put.d.sh
+++ b/modules/blobs/put.d.sh
@@ -29,6 +29,7 @@ main() {
trap 'rm -f -- "$tmpfile"' EXIT
(
cd "$dir"
+ LC_COLLATE=C
shopt -s dotglob nullglob
for file in *; do
if [[ "$RVS_REPO" -ef "$file" ]]; then