Updated Branches:
  refs/heads/develop 8f2b9c090 -> 1dab082cf

Fixed boolean conditional (hopefully, most of my shell scripting is just 
guesswork ;-))

Signed-off-by: Erik de Bruin <e...@ixsoftware.nl>


Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/1dab082c
Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/1dab082c
Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/1dab082c

Branch: refs/heads/develop
Commit: 1dab082cf5541ca4a139bfff731e4f0b2982b6e6
Parents: 8f2b9c0
Author: Erik de Bruin <e...@ixsoftware.nl>
Authored: Tue Jul 16 19:51:41 2013 +0200
Committer: Erik de Bruin <e...@ixsoftware.nl>
Committed: Tue Jul 16 19:51:52 2013 +0200

----------------------------------------------------------------------
 mustella/jenkins.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/1dab082c/mustella/jenkins.sh
----------------------------------------------------------------------
diff --git a/mustella/jenkins.sh b/mustella/jenkins.sh
index e94e88d..744a436 100755
--- a/mustella/jenkins.sh
+++ b/mustella/jenkins.sh
@@ -208,7 +208,7 @@ END
 
 
 
-if [ ! SUCCESS ]
+if ! SUCCESS
 then
   exit 1
 fi

Reply via email to