From 61f3e3ae0820c9436a9fa3a7f97eff5f538d6f84 Mon Sep 17 00:00:00 2001 From: 0x1eef <0x1eef@protonmail.com> Date: Fri, 19 Apr 2024 05:30:51 -0300 Subject: [PATCH] Fix quotes in bin/portzap --- bin/portzap | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/portzap b/bin/portzap index 31f19f9..a1c3aa5 100755 --- a/bin/portzap +++ b/bin/portzap @@ -7,8 +7,8 @@ gitdir="/home/_portzap/ports" giturl="${PORTZAP_GITURL:-https://git.hardenedbsd.org/hardenedbsd/ports.git}" branch="${PORTZAP_BRANCH:-hardenedbsd/main}" installdir="${PORTZAP_INSTALLDIR:-/usr/ports}" -revision="${installdir}/.portzap" -libexec="${localbase}/libexec/portzap" +revision="${installdir}"/.portzap +libexec="${localbase}"/libexec/portzap ## # functions