summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-08-15 13:17:06 -0300
committerRenato Botelho <renato@netgate.com>2016-10-10 20:44:06 -0300
commite9252aefa5d6add413e1f9acca17670e7d3ebffa (patch)
treeac507bf234fadb0c65bd741ffac1a2afefcd5c0f /tools
parent65de9b9336e362bb94a5bc8520914149ee309572 (diff)
downloadpfsense-e9252aefa5d6add413e1f9acca17670e7d3ebffa.zip
pfsense-e9252aefa5d6add413e1f9acca17670e7d3ebffa.tar.gz
Fix filename
Diffstat (limited to 'tools')
-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 511c780..37b3bb1 100644
--- a/tools/builder_common.sh
+++ b/tools/builder_common.sh
@@ -2430,8 +2430,8 @@ EOF
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