commit 645624dc389520ccbcb0d911f3c446f6dffe9602 parent fb09e48abcf79859319d73088dd7eb79aba9c6b4 Author: sin <sin@2f30.org> Date: Sun, 16 Feb 2014 17:47:00 +0000 Use set +h and reset umask in stage0 Diffstat:
M | stage0 | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/stage0 b/stage0 @@ -3,6 +3,9 @@ # This is the stage0 script, it prepares a basic usable system # in $root. +set +h +umask 022 + . ./prepare-env if test "$(uname -m)" != "$arch"; then