[svn:parrot] r49339 - trunk/tools/install

fperrad at svn.parrot.org fperrad at svn.parrot.org
Sun Sep 26 08:54:03 UTC 2010


Author: fperrad
Date: Sun Sep 26 08:54:02 2010
New Revision: 49339
URL: https://trac.parrot.org/parrot/changeset/49339

Log:
[languages] clean environment for Lua

Modified:
   trunk/tools/install/smoke_languages.pl

Modified: trunk/tools/install/smoke_languages.pl
==============================================================================
--- trunk/tools/install/smoke_languages.pl	Sun Sep 26 05:56:35 2010	(r49338)
+++ trunk/tools/install/smoke_languages.pl	Sun Sep 26 08:54:02 2010	(r49339)
@@ -323,6 +323,8 @@
 
 SKIP:
 {
+delete $ENV{LUA_INIT};
+delete $ENV{LUA_PATH};
 $exe = quote(catfile($pwd, $bindir, 'parrot-lua'));
 skip("Lua", 1) unless (-d "$pwd/$langdir/lua" || -e $exe);
 chdir("$pwd/$langdir/lua");


More information about the parrot-commits mailing list