Browse code

fix bash error in release.sh

Signed-off-by: Victor Vieux <victorvieux@gmail.com>

Victor Vieux authored on 2017/03/16 08:07:44
Showing 1 changed files
... ...
@@ -303,7 +303,7 @@ release_index() {
303 303
 }
304 304
 
305 305
 main() {
306
-	[ "$SKIP_RELEASE_BUILD" -eq 1 ] || build_all
306
+	[[ "$SKIP_RELEASE_BUILD" -eq 1 ]] || build_all
307 307
 	setup_s3
308 308
 	release_binaries
309 309
 	release_index