X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=contrib%2Findex-prop;h=1ea648989f68fe3e421146b729a0a743c3859d88;hb=a0c4949ea6da314ad085c2230beda51df143db8c;hp=a169b5726440b572d9a038635a63d3e705759cf1;hpb=85ec80d3ec11939f70039105c3f227453d7e3c45;p=pf3gnuchains%2Fgcc-fork.git diff --git a/contrib/index-prop b/contrib/index-prop index a169b572644..1ea648989f6 100755 --- a/contrib/index-prop +++ b/contrib/index-prop @@ -14,7 +14,8 @@ while (<>) for (1..7) { $_ = <>; - s/ [^\t]+\t/ $full\t/; + s/^([-+*]{3}) [^\t]+\t/$1 $full\t/ + unless m{ /dev/null\t}; print; } }