summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2018-05-24 22:24:11 +0200
committerNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2018-05-24 22:24:11 +0200
commita858f1d7f4cc9cee322f2ceb911843584ba36e72 (patch)
treed62c1eb53dfe92a46658883736bffce036e2fc99 /Makefile
parent7f9db2e32838cac315965d986518fc61cf44567e (diff)
Got it to load the model from hastabel.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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...