fixed nogui-argument

This commit is contained in:
fros4943 2010-07-01 11:14:00 +00:00
parent 3e6113be72
commit 7712b7e1ed

View File

@ -167,7 +167,7 @@ The COOJA Simulator
<target name="run_nogui" depends="init, compile, jar, copy configs">
<java fork="yes" dir="${build}" classname="se.sics.cooja.GUI" maxmemory="512m">
<arg line="-nogui ${args}"/>
<arg line="-nogui=${args}"/>
<env key="LD_LIBRARY_PATH" value="."/>
<classpath>
<pathelement path="${build}"/>