This commit is contained in:
parent
a610b976ba
commit
ebdcf33035
2 changed files with 1 additions and 2 deletions
|
@ -7,7 +7,6 @@ localbase=${LOCALBASE:-$(realpath "$(dirname "$0")"/../../..)}
|
|||
libexec="${localbase}"/libexec/sourcezap
|
||||
gitdir=$1
|
||||
|
||||
echo "is $@"
|
||||
##
|
||||
# functions
|
||||
git()
|
||||
|
|
|
@ -10,4 +10,4 @@ mode=u=rwX,g=rX,o=
|
|||
# main
|
||||
doas -n \
|
||||
-u _sourcezap \
|
||||
/bin/sh -c "umask ${mode}; exec ${git} ${@}"
|
||||
/bin/sh -c "umask ${mode}; ${git} ${@}"
|
||||
|
|
Loading…
Reference in a new issue