Fix quotes in bin/portzap

This commit is contained in:
0x1eef 2024-04-19 05:30:51 -03:00
parent ae5893a685
commit 61f3e3ae08

View file

@ -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