X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=status.pl;h=c9d6d7b64d64824901ab7e1029f4ea950092f59b;hb=258a63d2af847526ba2f65095de66eb9e753a799;hp=d249e1e93fb7df64dec94ce7a31fdf0d9ca09fa0;hpb=df247d7a482037c758a5b7295bddb249424068ad;p=fedora-mingw.git diff --git a/status.pl b/status.pl index d249e1e..c9d6d7b 100755 --- a/status.pl +++ b/status.pl @@ -69,7 +69,7 @@ open IGNORE, "IGNORE" or die "IGNORE: $!\n"; while () { next if /^\#/ || /^$/; m/(.*)/; # untaint - $ignore_pending{$1} = 1; + $ignore_pending{"mingw32-$1"} = 1; } close IGNORE;