avoid syntax warning

This commit is contained in:
Lars Kanis 2011-07-07 16:15:25 +02:00
parent abdeef43d0
commit 92b560c688

View File

@ -58,7 +58,7 @@ class Application
errors.each do |err|
log.fatal "error in #{fname}: [#{err.path}] #{err.message}"
end
exit -1
exit(-1)
end
end