diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2017-02-06 23:16:19 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2017-02-06 23:16:19 -0500 |
commit | eff9cbe83a6a4dad7338cf78ad3747d0d6628304 (patch) | |
tree | 8eaa370b840fa5c769e69c19fd66c1631e9097a7 | |
parent | 78ebbfe2ce56d5504cbee0883c747fb427279653 (diff) | |
download | bfs-eff9cbe83a6a4dad7338cf78ad3747d0d6628304.tar.xz |
tests.sh: Set the umask before creating the test trees
-rwxr-xr-x | tests.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ #!/bin/bash set -o physical +umask 022 export LC_ALL=C |