summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-04-06 21:54:05 -0300
committerRenato Botelho <renato@netgate.com>2016-04-07 14:39:41 -0300
commit417fa2422ce18b5eb151c50aac99dc1cbf4de0d6 (patch)
tree10f00d99f3bfd36e94222cf4a6165c398a18c554 /tools
parent831bf9fb55b9b80fd606519bea88f6640eb82d44 (diff)
downloadpfsense-417fa2422ce18b5eb151c50aac99dc1cbf4de0d6.zip
pfsense-417fa2422ce18b5eb151c50aac99dc1cbf4de0d6.tar.gz
setup_pkg_repo 5th parameter is mandatory
Diffstat (limited to 'tools')
-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 ec09041..9596da9 100644
--- a/tools/builder_common.sh
+++ b/tools/builder_common.sh
@@ -1514,7 +1514,7 @@ create_memstick_adi_image() {
# Create pkg conf on desired place with desired arch/branch
setup_pkg_repo() {
- if [ -z "${4}" ]; then
+ if [ -z "${5}" ]; then
return
fi
OpenPOWER on IntegriCloud