Do not accept any command line arguments we can't handle
authorMichael Prokop <mika@grml.org>
Fri, 27 Jul 2012 12:43:40 +0000 (14:43 +0200)
committerMichael Prokop <mika@grml.org>
Fri, 27 Jul 2012 12:51:08 +0000 (14:51 +0200)
commit644f7bd9efceda1d9bb4c0985b02c3a98241844c
tree69125fbcc6611fad955a66ac7bdc0d0d8e7504b3
parent1584694068d5f4a9ae8aa842721e4ad322135183
Do not accept any command line arguments we can't handle

When executing something like:

| grml-live [...] -V B -q

this doesn't skip the mksquashfs stage (and neither the chroot
build stage of course) because the "B" can't be processed for
obvious reasons.  The user mistyped the "-B" here, but then we
shouldn't even try to execute the command line, so just exit in
such a case.
grml-live