diff options
author | Pierre Schmitz <pierre@archlinux.de> | 2010-02-13 07:22:54 +0100 |
---|---|---|
committer | Pierre Schmitz <pierre@archlinux.de> | 2010-02-13 07:22:54 +0100 |
commit | 70d7baee6833b5d68de6a878c8a8873afa25b503 (patch) | |
tree | 800972f311d8380cf9bb5bc962eb52038f8762ba /mkarchroot | |
parent | 59b7a739e8436d02136bd6483115f23fe19860e0 (diff) | |
download | devtools32-70d7baee6833b5d68de6a878c8a8873afa25b503.tar.xz |
set umask to 0022
this fixes commit 7ce9cd696515c9baf13f2181e64c2ea8df6a4b02
Diffstat (limited to 'mkarchroot')
-rwxr-xr-x | mkarchroot | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -103,7 +103,7 @@ chroot_umount () } # }}} -umask 000 +umask 0022 if [ "$RUN" != "" ]; then # run chroot {{{ #Sanity check |