summaryrefslogtreecommitdiff
path: root/vmbuild
diff options
context:
space:
mode:
Diffstat (limited to 'vmbuild')
-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