*** empty log message ***

This commit is contained in:
2007-01-30 11:24:40 +00:00
parent 87e972f36b
commit 9dfac6ebdb
4 changed files with 39 additions and 9 deletions

View File

@@ -1,5 +1,5 @@
/*
* $Id: Awk.java,v 1.23 2007-01-29 04:39:22 bacon Exp $
* $Id: Awk.java,v 1.24 2007-01-30 11:24:40 bacon Exp $
*/
package ase.test.awk;
@@ -95,6 +95,7 @@ public class Awk extends ase.awk.StdAwk
System.out.println ("Option: [" + awk.getOption() + "]");
awk.parse ();
System.out.println ("about to run the program");
awk.run ();
}
catch (ase.awk.Exception e)