diff options
| author | OpportunityLiu <[email protected]> | 2019-06-06 12:36:44 +0800 |
|---|---|---|
| committer | OpportunityLiu <[email protected]> | 2019-06-06 12:36:44 +0800 |
| commit | 69c93dba3591d9404bc6b38d84aca731db84ad15 (patch) | |
| tree | 5e833758b969884f19c3a9cc10a69efba8f9fe62 /xmake/plugins/lua/xmake.lua | |
| parent | 4c7dc142394d23b213071ff057c383204f716eaa (diff) | |
improve tab complete on bash and zsh
Diffstat (limited to 'xmake/plugins/lua/xmake.lua')
| -rw-r--r-- | xmake/plugins/lua/xmake.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xmake/plugins/lua/xmake.lua b/xmake/plugins/lua/xmake.lua index 11fce7a20..26067e90e 100644 --- a/xmake/plugins/lua/xmake.lua +++ b/xmake/plugins/lua/xmake.lua @@ -39,7 +39,7 @@ task("lua") for _, file in ipairs(files) do print(" " .. path.basename(file)) end - return + return end -- run command? @@ -50,7 +50,7 @@ task("lua") script = tmpfile end - -- get script + -- get script if script then -- import and run script |
