From ebdcf330354a628e75313dc2a695e1a88e90c727 Mon Sep 17 00:00:00 2001 From: 0x1eef <0x1eef@protonmail.com> Date: Mon, 8 Jul 2024 11:05:59 -0300 Subject: [PATCH] Fix utils/git --- libexec/sourcezap/commands/sourcezap-pull | 1 - libexec/sourcezap/utils/git | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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} ${@}"