Fix quotes in bin/portzap
This commit is contained in:
parent
ae5893a685
commit
61f3e3ae08
1 changed files with 2 additions and 2 deletions
|
@ -7,8 +7,8 @@ gitdir="/home/_portzap/ports"
|
||||||
giturl="${PORTZAP_GITURL:-https://git.hardenedbsd.org/hardenedbsd/ports.git}"
|
giturl="${PORTZAP_GITURL:-https://git.hardenedbsd.org/hardenedbsd/ports.git}"
|
||||||
branch="${PORTZAP_BRANCH:-hardenedbsd/main}"
|
branch="${PORTZAP_BRANCH:-hardenedbsd/main}"
|
||||||
installdir="${PORTZAP_INSTALLDIR:-/usr/ports}"
|
installdir="${PORTZAP_INSTALLDIR:-/usr/ports}"
|
||||||
revision="${installdir}/.portzap"
|
revision="${installdir}"/.portzap
|
||||||
libexec="${localbase}/libexec/portzap"
|
libexec="${localbase}"/libexec/portzap
|
||||||
|
|
||||||
##
|
##
|
||||||
# functions
|
# functions
|
||||||
|
|
Loading…
Reference in a new issue