summaryrefslogtreecommitdiffstats
path: root/tools/builder_common.sh
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-08-15 13:17:06 -0300
committerRenato Botelho <renato@netgate.com>2016-08-15 13:17:06 -0300
commit855d977488c4c964710a8cc37176cacd08f122a2 (patch)
treef50d6a98e4fb0ace9e012a5de99e87a878e82577 /tools/builder_common.sh
parenta394951a649d2e56d5cdba70d25f039ca3b9888e (diff)
downloadpfsense-855d977488c4c964710a8cc37176cacd08f122a2.zip
pfsense-855d977488c4c964710a8cc37176cacd08f122a2.tar.gz
Fix filename
Diffstat (limited to 'tools/builder_common.sh')
-rw-r--r--tools/builder_common.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/builder_common.sh b/tools/builder_common.sh
index b96d739..08dc83f 100644
--- a/tools/builder_common.sh
+++ b/tools/builder_common.sh
@@ -2042,8 +2042,8 @@ poudriere_bulk() {
if [ -f "${_exclude_bulk}" ]; then
mv ${_bulk} ${_bulk}.tmp
sed -e "s,%%PRODUCT_NAME%%,${PRODUCT_NAME},g" ${_exclude_bulk} > ${_bulk}.exclude
- cat ${_bulk}.tmp ${_exclude_bulk} | sort | uniq -u > ${_bulk}
- rm -f ${_bulk}.tmp ${_exclude_bulk}
+ cat ${_bulk}.tmp ${_bulk}.exclude | sort | uniq -u > ${_bulk}
+ rm -f ${_bulk}.tmp ${_bulk}.exclude
fi
if ! poudriere bulk -f ${_bulk} -j ${jail_name} -p ${POUDRIERE_PORTS_NAME}; then
OpenPOWER on IntegriCloud