Flag to control if keyword terms are allowed
[cql-java-moved-to-github.git] / bin / CQLParser
index 9576625..26a52b1 100755 (executable)
@@ -1,6 +1,5 @@
 #!/bin/sh
 
-# $Id: CQLParser,v 1.1 2002-10-31 22:22:01 mike Exp $
 # Trivial script to invoke the CQLParser test-harness
 
-cat | java org.z3950.zing.cql.CQLParser ${@+"$@"}
+java org.z3950.zing.cql.CQLParser ${@+"$@"}