Author: fperrad
Date: Tue May  6 00:19:14 2008
New Revision: 27336

Modified:
   trunk/languages/lua/luad.pir

Log:
[Lua]
- luad.pir : fix tests on win32 

Modified: trunk/languages/lua/luad.pir
==============================================================================
--- trunk/languages/lua/luad.pir        (original)
+++ trunk/languages/lua/luad.pir        Tue May  6 00:19:14 2008
@@ -43,6 +43,8 @@
     script = $P0(content)
     .local string basename
     $P0 = split '/', filename
+    $S0 = pop $P0
+    $P0 = split '\', $S0
     basename = pop $P0
     script.'brief'(basename)
     end

Reply via email to