[pkg-cryptsetup-devel] Bug#585787: mkfs option passing patch not applied correctly

Eduard Bloch blade at debian.org
Sun Jun 13 20:44:14 UTC 2010


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;






More information about the pkg-cryptsetup-devel mailing list