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 12:58:40 -0300
commitd5d7c9bc52644744b9ad8b9d1d48b80e716a6a6b (patch)
tree48b414b5f638f7bf1bd21aaf58931de639c5a540 /tools
parent359b630c8beee000b84d4067f6bbf3c5ba5f225c (diff)
downloadpfsense-d5d7c9bc52644744b9ad8b9d1d48b80e716a6a6b.zip
pfsense-d5d7c9bc52644744b9ad8b9d1d48b80e716a6a6b.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 485cbc9..acbd5af 100644
--- a/tools/builder_common.sh
+++ b/tools/builder_common.sh
@@ -2357,7 +2357,7 @@ snapshots_create_latest_symlink() {
return
fi
- elif [ ! -f "${_image}" ]; then
+ if [ ! -f "${_image}" ]; then
return
fi
OpenPOWER on IntegriCloud