Fix run.pl
This commit is contained in:
parent
2d668371e2
commit
02ac5dd3fc
1 changed files with 1 additions and 1 deletions
|
@ -12,6 +12,6 @@ die "No script file provided." unless defined $scriptfile && -f $scriptfile;
|
|||
|
||||
my $parsed = Minilisp::compile_file($scriptfile);
|
||||
|
||||
$parsed->($ctx);
|
||||
$parsed->();
|
||||
|
||||
exit 0;
|
||||
|
|
Loading…
Reference in a new issue