summaryrefslogtreecommitdiffstats
path: root/build.sh
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2015-09-03 08:59:50 -0300
committerRenato Botelho <renato@netgate.com>2015-09-03 08:59:50 -0300
commitc6d14b0be955bed4198faacdf7b493dc3d3d16f8 (patch)
tree0abce40792121e7d36e1fe5a08c4b8de984cc447 /build.sh
parent48396120a0c78c11dd7bdc3776853d2ad6753716 (diff)
downloadpfsense-c6d14b0be955bed4198faacdf7b493dc3d3d16f8.zip
pfsense-c6d14b0be955bed4198faacdf7b493dc3d3d16f8.tar.gz
remove quotes to fix for
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index 17aa160..5eed4cf 100755
--- a/build.sh
+++ b/build.sh
@@ -300,7 +300,7 @@ if [ -n "${SNAPSHOTS}" -a -z "${DO_NOT_UPLOAD}" ]; then
PKG_REPO_SERVER \
PKG_REPO_CONF_BRANCH"
- for _var in "${_required}"; do
+ for _var in ${_required}; do
eval "_value=\${$_var}"
if [ -z "${_value}" ]; then
echo ">>> ERROR: ${_var} is not defined"
OpenPOWER on IntegriCloud