diff options
Diffstat (limited to 'vmbuild')
| -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 |
