From a858f1d7f4cc9cee322f2ceb911843584ba36e72 Mon Sep 17 00:00:00 2001 From: Nathanael Sensfelder Date: Thu, 24 May 2018 22:24:11 +0200 Subject: Got it to load the model from hastabel. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7403528..646c4bd 100644 --- a/Makefile +++ b/Makefile @@ -81,7 +81,7 @@ $(BIN_DIR): $(RUN_SCRIPT): Makefile echo "#!/bin/sh" > $@ - echo "$(JAVA) -cp \"$(CLASSPATH)\" hastabel2idp.Main $$*" >> $@ + echo "$(JAVA) -cp \"$(CLASSPATH)\" hastabel2idp.Main \$$*" >> $@ chmod +x $@ ##### For my private use... -- cgit v1.2.3-70-g09d2