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
|
libexec="${localbase}"/libexec/sourcezap
|
||||||
gitdir=$1
|
gitdir=$1
|
||||||
|
|
||||||
echo "is $@"
|
|
||||||
##
|
##
|
||||||
# functions
|
# functions
|
||||||
git()
|
git()
|
||||||
|
|
|
@ -10,4 +10,4 @@ mode=u=rwX,g=rX,o=
|
||||||
# main
|
# main
|
||||||
doas -n \
|
doas -n \
|
||||||
-u _sourcezap \
|
-u _sourcezap \
|
||||||
/bin/sh -c "umask ${mode}; exec ${git} ${@}"
|
/bin/sh -c "umask ${mode}; ${git} ${@}"
|
||||||
|
|
Loading…
Reference in a new issue