diff --git a/libexec/sourcezap/commands/sourcezap-pull b/libexec/sourcezap/commands/sourcezap-pull index 98a0c63..84adb47 100755 --- a/libexec/sourcezap/commands/sourcezap-pull +++ b/libexec/sourcezap/commands/sourcezap-pull @@ -7,7 +7,6 @@ localbase=${LOCALBASE:-$(realpath "$(dirname "$0")"/../../..)} libexec="${localbase}"/libexec/sourcezap gitdir=$1 -echo "is $@" ## # functions git() diff --git a/libexec/sourcezap/utils/git b/libexec/sourcezap/utils/git index 5500b97..45035cb 100755 --- a/libexec/sourcezap/utils/git +++ b/libexec/sourcezap/utils/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} ${@}"