summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-04-11 12:58:15 -0300
committerRenato Botelho <renato@netgate.com>2016-04-11 18:29:51 -0300
commitc8144a51ddc970a443dce87bec1d28d3cf0bc955 (patch)
treedd0c92bd30eb14d83fa2bfd86ba0c07637607fe1 /tools
parent53a39a3dcacc7e3c6f197ec1b5f89c8301ce8305 (diff)
downloadpfsense-c8144a51ddc970a443dce87bec1d28d3cf0bc955.zip
pfsense-c8144a51ddc970a443dce87bec1d28d3cf0bc955.tar.gz
Fix syntax
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 42f375b..2c514c7 100644
--- a/tools/builder_common.sh
+++ b/tools/builder_common.sh
@@ -2356,7 +2356,7 @@ snapshots_create_latest_symlink() {
return
fi
- elif [ ! -f "${_image}" ]; then
+ if [ ! -f "${_image}" ]; then
return
fi
OpenPOWER on IntegriCloud