Skip to content

Commit

Permalink
use new EProc api
Browse files Browse the repository at this point in the history
  • Loading branch information
krestenkrab committed Dec 3, 2009
1 parent a55449e commit ff03857
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/erjang/Main.java
Expand Up @@ -80,7 +80,7 @@ public static void main(String[] args) throws ClassNotFoundException, MalformedU

String s = argv.toString();

EProc proc = new EProc(null, ring, am_start, new EObject[]{ env, argv });
EProc proc = new EProc(null, ring, am_start, ERT.NIL.cons(argv).cons(env));

ERT.run(proc);
proc.joinb();
Expand Down

0 comments on commit ff03857

Please sign in to comment.