Improve calling convention handling when the number of arguments doesn't match the expected number, and the number of return values doesn't match those needed.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
LUA_HOME=/cygdrive/c/programs/lua5.1
|
||||
TESTS="test1 test2 test3 test4 test5"
|
||||
#TESTS="test5"
|
||||
TESTS="test3"
|
||||
for x in $TESTS
|
||||
do
|
||||
echo compiling $x
|
||||
|
||||
Reference in New Issue
Block a user