summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjenkins <jenkins@cs2-23.cs>2015-10-01 21:51:46 +0100
committerjenkins <jenkins@cs2-23.cs>2015-10-01 21:51:46 +0100
commitc2d6cf5f6752d8a41b942943d7301e4e30c4129e (patch)
treeaad06c6c17d8580039c3c95636fa192fcdf13589
parentcee16e7d5d48f1320f9ed62c6ea9ec21cd93ddfe (diff)
Missing exit 1
-rwxr-xr-xvmbuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/vmbuild b/vmbuild
index 3df7840..adfe235 100755
--- a/vmbuild
+++ b/vmbuild
@@ -2,6 +2,7 @@
if [ "$1" == "" -o "$2" == "" ]; then
echo "Syntax: $0 <target> <checkout> [<output-dir>]"
+ exit 1
fi
IFS='-' read distro version bits <<< $1