diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-03-14 22:32:13 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-03-14 22:32:13 -0400 |
commit | 1d185d93bcbd8a8f7776451faf228d1405008017 (patch) | |
tree | bb55352fd9630ca80a9d6eca603f3a3fbfa204af | |
parent | 6d386c6cfe3d04a3188b9d05b7656ffec2a8f51f (diff) |
-rw-r--r-- | modules/blobs/put.d.sh | 1 |
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 |