Fix utils/git
Some checks are pending
sourcezap / shellcheck (push) Waiting to run

This commit is contained in:
0x1eef 2024-07-08 11:05:59 -03:00
parent a610b976ba
commit ebdcf33035
2 changed files with 1 additions and 2 deletions

View file

@ -7,7 +7,6 @@ localbase=${LOCALBASE:-$(realpath "$(dirname "$0")"/../../..)}
libexec="${localbase}"/libexec/sourcezap
gitdir=$1
echo "is $@"
##
# functions
git()

View file

@ -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} ${@}"