summaryrefslogtreecommitdiff
path: root/top.sed
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>1999-01-21 09:04:58 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>1999-01-21 09:04:58 +0000
commit8ef071c882218ff2d9f00f51f55e872343776104 (patch)
tree93989de48296e87724e9cf379c5f1395a14acb31 /top.sed
parent41d0ebf4660c74a92bfd9484bd3659d5367d2d76 (diff)
1.2.2 release
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/v1_1r@376 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'top.sed')
-rw-r--r--top.sed3
1 files changed, 3 insertions, 0 deletions
diff --git a/top.sed b/top.sed
index a9ec12f7b6..bf39bce069 100644
--- a/top.sed
+++ b/top.sed
@@ -55,4 +55,7 @@ s%@archlib@%/usr/local/lib/ruby/i386-djgpp%
s,/dev/null 2>&1, nul,
s,2> /dev/null,,
}
+/^config.status/ {
+ N;N;N;N;N;d
+}
s%y\.tab\.c%y_tab.c%