Package: cryptsetup Version: 2:1.1.2-1 Severity: normal This is a follow-up to #563975... which was recently archived.
The problem is simple: you didn't apply a part of my patch (see below).
Please fix, and really test it this time.
@@ -20,14 +20,14 @@
$fs = 'vfat';
exit 1 unless GetOptions ('t|type=s' => \$fs);
-help() if $#ARGV != 0;
+help() if $#ARGV < 0;
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

