diff options
| author | ruki <[email protected]> | 2016-09-18 17:33:54 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2016-09-18 17:33:54 +0800 |
| commit | 4754305b44c4ca024d59a195d86a4e3aa0633aae (patch) | |
| tree | dab2df001a22b0f8c321156ddc8160d9161c742a /xmake/core/main.lua | |
| parent | 0ad6ad1f5644635f738574b5597f321864893a70 (diff) | |
fix return value
Diffstat (limited to 'xmake/core/main.lua')
| -rw-r--r-- | xmake/core/main.lua | 2 |
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 |
