index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Chantry Xavier <shiningxc@gmail.com> | 2008-01-13 11:08:59 +0100 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2008-01-13 12:51:37 -0600 |
commit | 8186dc11a90dbc310acaad7ee867ee995adbd6ed (patch) | |
tree | 796df8cc0fef61ecb4ad27b3d1b5ec586456a532 /scripts | |
parent | bbe02ec57fd56670dfe0bc08d981ce8a1aa31370 (diff) |
-rw-r--r-- | scripts/repo-add.sh.in | 3 |
diff --git a/scripts/repo-add.sh.in b/scripts/repo-add.sh.in index 98191b62..c7aa11a2 100644 --- a/scripts/repo-add.sh.in +++ b/scripts/repo-add.sh.in @@ -28,6 +28,9 @@ confdir='@sysconfdir@' FORCE=0 REPO_DB_FILE="" +# ensure we have a sane umask set +umask 0022 + msg() { local mesg=$1; shift printf "==> ${mesg}\n" "$@" >&1 |