comparison sbin/fpkg @ 680:a63e689d0529

fpkg: For default variable values: use "=" instead of ":="
author Franz Glasner <fzglas.hg@dom66.de>
date Tue, 01 Oct 2024 13:22:07 +0200
parents 4f2257ea7d0a
children 7655c501d4f3
comparison
equal deleted inserted replaced
679:e4e7a33c8b75 680:a63e689d0529
101 # 101 #
102 : ${CONFIGDIR:=@@ETCDIR@@} 102 : ${CONFIGDIR:=@@ETCDIR@@}
103 103
104 test -r "${CONFIGDIR}/pkgtools.conf" && . "${CONFIGDIR}/pkgtools.conf" 104 test -r "${CONFIGDIR}/pkgtools.conf" && . "${CONFIGDIR}/pkgtools.conf"
105 105
106 : ${FPKG_AUDIT_FLAGS:=-Fr} 106 : ${FPKG_AUDIT_FLAGS="-Fr"}
107 : ${FPKG_UPDATE_FLAGS:=} 107 : ${FPKG_UPDATE_FLAGS=}
108 : ${FPKG_UPGRADE_FLAGS:=} 108 : ${FPKG_UPGRADE_FLAGS=}
109 : ${FPKG_SIGN:='===> '} 109 : ${FPKG_SIGN:='===> '}
110 : ${FPKG_SKIPSIGN:='----> '} 110 : ${FPKG_SKIPSIGN:='----> '}
111 111
112 # 112 #
113 # The official FreeBSD binary repository 113 # The official FreeBSD binary repository