diff options
| author | jenkins <jenkins@cs2-23.cs> | 2015-10-01 21:51:46 +0100 |
|---|---|---|
| committer | jenkins <jenkins@cs2-23.cs> | 2015-10-01 21:51:46 +0100 |
| commit | c2d6cf5f6752d8a41b942943d7301e4e30c4129e (patch) | |
| tree | aad06c6c17d8580039c3c95636fa192fcdf13589 | |
| parent | cee16e7d5d48f1320f9ed62c6ea9ec21cd93ddfe (diff) | |
Missing exit 1
| -rwxr-xr-x | vmbuild | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
