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:28:58 -0300
commitc91a992246049f7ef02a020f4b9c10989d1f4c83 (patch)
tree48be34cac6a298e9d9fcadba48d6acf2604ffde8 /tools/builder_common.sh
parente846d7f882d57331d7ead5fcf593e7e4daf7e247 (diff)
downloadpfsense-c91a992246049f7ef02a020f4b9c10989d1f4c83.zip
pfsense-c91a992246049f7ef02a020f4b9c10989d1f4c83.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 2304442..11c1319 100644
--- a/tools/builder_common.sh
+++ b/tools/builder_common.sh
@@ -934,7 +934,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