*** empty log message ***

This commit is contained in:
2006-07-27 16:50:29 +00:00
parent b33e583071
commit 0b24eb8534
6 changed files with 164 additions and 138 deletions

View File

@@ -1 +1,9 @@
/hello[[:space:]]/ { print $0; }
/hello[[:space:]]/
{
print $0;
//getline a;
//print a;
if (getline > 0) print $0;
print "----------------";
}