commit | 0ae5fd039b4504f37195c831d9dbf4dcbec436c3 | [log] [tgz] |
---|---|---|
author | Anthony Young <sleepsonthefloor@gmail.com> | Wed Nov 09 22:39:56 2011 -0800 |
committer | Anthony Young <sleepsonthefloor@gmail.com> | Wed Nov 09 22:39:56 2011 -0800 |
tree | cd57410b0db64cd9a34d20bf17be5c68c2178274 | |
parent | 6ecc4f2839583bae69c01c9b12cb585a7397f2d4 [diff] |
missing space
diff --git a/tools/jenkins/configurations/kvm.sh b/tools/jenkins/configurations/kvm.sh index 7239e4d..2c52f64 100755 --- a/tools/jenkins/configurations/kvm.sh +++ b/tools/jenkins/configurations/kvm.sh
@@ -12,7 +12,7 @@ } # Validate inputs -if [[ "$EXECUTOR_NUMBER" = "" || "$CONFIGURATION" = "" || "$ADAPTER" = ""]]; then +if [[ "$EXECUTOR_NUMBER" = "" || "$CONFIGURATION" = "" || "$ADAPTER" = "" ]]; then usage fi