Skip to content
This repository has been archived by the owner on Jun 9, 2018. It is now read-only.

Commit

Permalink
remove languages/lua in path
Browse files Browse the repository at this point in the history
  • Loading branch information
fperrad committed Sep 5, 2009
1 parent 2b6fd90 commit 375318f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/luaperl.pir
Expand Up @@ -103,7 +103,7 @@ It's a temporary work. Waiting for the real PIR compiler/interpreter.
$S1 .= '.pir'
unlink($S1)
unlink(out)
$S0 = 'perl -Ilanguages/lua languages/lua/luac.pl '
$S0 = 'perl luac.pl '
$S0 .= filename
$S0 .= ' > '
$S0 .= out
Expand Down

0 comments on commit 375318f

Please sign in to comment.