From c8144a51ddc970a443dce87bec1d28d3cf0bc955 Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Mon, 11 Apr 2016 12:58:15 -0300 Subject: [PATCH] Fix syntax --- tools/builder_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/builder_common.sh b/tools/builder_common.sh index 42f375ba1e..2c514c71b4 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