summaryrefslogtreecommitdiff
path: root/xmake/core/main.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2016-09-18 17:33:54 +0800
committerruki <[email protected]>2016-09-18 17:33:54 +0800
commit4754305b44c4ca024d59a195d86a4e3aa0633aae (patch)
treedab2df001a22b0f8c321156ddc8160d9161c742a /xmake/core/main.lua
parent0ad6ad1f5644635f738574b5597f321864893a70 (diff)
fix return value
Diffstat (limited to 'xmake/core/main.lua')
-rw-r--r--xmake/core/main.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/core/main.lua b/xmake/core/main.lua
index 745e45ea0..ee336b118 100644
--- a/xmake/core/main.lua
+++ b/xmake/core/main.lua
@@ -118,7 +118,7 @@ function main.done()
-- run help?
if main._help() then
- return 1
+ return 0
end
-- run task