Skip to content

Commit

Permalink
don't check load.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
Soeren Sonnenburg committed Aug 25, 2011
1 parent 1cf4605 commit e4af932
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/undocumented/lua_modular/check.sh
Expand Up @@ -4,7 +4,7 @@ rm -f error.log

#export LUA_CPATH=../../../src/interfaces/lua_modular/?.so

for e in *.lua
for e in $(ls -1 *.lua | grep -v load.lua)
do
echo -n $e
if lua $e >/dev/null 2>&1
Expand Down

0 comments on commit e4af932

Please sign in to comment.