summaryrefslogtreecommitdiffstats
path: root/tools/builder_common.sh
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-09-15 14:28:37 -0300
committerRenato Botelho <renato@netgate.com>2016-09-15 14:29:13 -0300
commit1f8f4c494fb8943cb45c45a5d5eba07c188d7d56 (patch)
tree5ec860f7a10c019e59903ec1060fd5081ee34c83 /tools/builder_common.sh
parent3f492b859af7bb337d2b875572d9dfe2cc723717 (diff)
downloadpfsense-1f8f4c494fb8943cb45c45a5d5eba07c188d7d56.zip
pfsense-1f8f4c494fb8943cb45c45a5d5eba07c188d7d56.tar.gz
Fix variable name
Diffstat (limited to 'tools/builder_common.sh')
-rw-r--r--tools/builder_common.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/builder_common.sh b/tools/builder_common.sh
index d10f140..0cafed9 100644
--- a/tools/builder_common.sh
+++ b/tools/builder_common.sh
@@ -1236,7 +1236,7 @@ clone_to_staging_area() {
cp -f ${_template%%.conf}.abi ${_share_repos_path}
else
echo ${_default_abi} \
- > ${_share_repos_path}/${_template%%.conf}.abi
+ > ${_share_repos_path}/${_template_filename%%.conf}.abi
fi
done
OpenPOWER on IntegriCloud