From f6f48d0ea8adba7772352a46927b432c135e498e Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Mon, 20 Jun 2016 14:17:28 +0200 Subject: removing unnecessary test in shell script --- taler-build/switch_active.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/taler-build/switch_active.sh b/taler-build/switch_active.sh index 487a83f..ffa8af4 100755 --- a/taler-build/switch_active.sh +++ b/taler-build/switch_active.sh @@ -24,7 +24,7 @@ fi # build and restart # FIXME calling 'make check' before switching still missing -if taler-deployment-build; ! test $? = 0; then +if ! taler-deployment-build; then echo "Failed to rebuild, not switching" else echo "Successfully built, switching" -- cgit v1.2.3