In this context, we want to use ${*} rather than ${@}
This commit is contained in:
parent
3ea402048f
commit
d4a18461ca
1 changed files with 1 additions and 1 deletions
|
@ -10,4 +10,4 @@ mode=u=rwX,g=rX,o=
|
|||
# main
|
||||
doas -n \
|
||||
-u _sourcezap \
|
||||
/bin/sh -c "umask ${mode}; ${git} ${@}"
|
||||
/bin/sh -c "umask ${mode}; ${git} ${*}"
|
||||
|
|
Loading…
Reference in a new issue