Commit 3d6ae97a authored by Max TenEyck Woodbury's avatar Max TenEyck Woodbury Committed by Alexandre Julliard

c2man: Fix .spec file flag recognition.

parent 888a19c0
......@@ -152,7 +152,7 @@ sub process_spec_file($)
{
$flags |= $FLAG_REGISTER;
}
s/ \-[a-z0-9]+//g; # Strip flags
s/ \-[a-z0-9=_]+//g; # Strip flags
if( /^(([0-9]+)|@) / )
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment