* run.test (getnwords): Rewrite to drop blank lines before counting lines, not after
authorKen Raeburn <raeburn@mit.edu>
Sun, 15 Aug 2004 23:18:24 +0000 (23:18 +0000)
committerKen Raeburn <raeburn@mit.edu>
Sun, 15 Aug 2004 23:18:24 +0000 (23:18 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16665 dc483132-0cff-0310-8789-dd5450dbe970

src/util/db2/test/ChangeLog
src/util/db2/test/run.test

index 3b1711366d168393dd8c4ed36288563a4d64c313..54c0f218c09ae6448e8c8db448a6aba1d0f1ae27 100644 (file)
@@ -1,3 +1,8 @@
+2004-08-15  Ken Raeburn  <raeburn@mit.edu>
+
+       * run.test (getnwords): Rewrite to drop blank lines before
+       counting lines, not after.
+
 2004-08-12  Ken Raeburn  <raeburn@mit.edu>
 
        * run.test (getnwords): New function.  Uses sed to get N words
index 8def66fae1283d55c75a056473040b39f639aa77..6b45a485170d1a50b4084870dce8c6992f95fca3 100644 (file)
@@ -69,7 +69,7 @@ main()
 }
 
 getnwords() {
-       sed -e ${1}q -e '/^$/d' $DICT
+       sed -e '/^$/d' < $DICT | sed -e ${1}q
 }
 
 # Take the first hundred entries in the dictionary, and make them