OSDN Git Service

* lib/gcc-dg.exp (cleanup-dump): Remove options from test name.
[pf3gnuchains/gcc-fork.git] / contrib / index-prop
index a169b57..1ea6489 100755 (executable)
@@ -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;
        }
     }