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

In this context, we want to use ${*} rather than ${@}
This commit is contained in:
0x1eef 2024-07-19 01:59:06 -03:00
parent 3ea402048f
commit d4a18461ca

View file

@ -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}; ${git} ${@}" /bin/sh -c "umask ${mode}; ${git} ${*}"