X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=bin%2FCQLLexer;h=496773833cc95376030a411b140f2c96761083ec;hb=00b61385371994aaf79ad06561e0d775754567ad;hp=c7a5822b11c6383925ffcd9f516e72a954d98598;hpb=f8154c71944186a9b64ddb782082a2026c5a912f;p=cql-java-moved-to-github.git diff --git a/bin/CQLLexer b/bin/CQLLexer index c7a5822..4967738 100755 --- a/bin/CQLLexer +++ b/bin/CQLLexer @@ -1,6 +1,6 @@ #!/bin/sh -# $Id: CQLLexer,v 1.1 2002-10-31 22:22:01 mike Exp $ +# $Id: CQLLexer,v 1.2 2002-11-01 23:45:28 mike Exp $ # Trivial script to invoke the CQLLexer test-harness -cat | java org.z3950.zing.cql.CQLLexer ${@+"$@"} +java org.z3950.zing.cql.CQLLexer ${@+"$@"}