diff options
Diffstat (limited to 'xmake/plugins/lua/main.lua')
| -rw-r--r-- | xmake/plugins/lua/main.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/plugins/lua/main.lua b/xmake/plugins/lua/main.lua index 1cc13dbc3..247684e24 100644 --- a/xmake/plugins/lua/main.lua +++ b/xmake/plugins/lua/main.lua @@ -60,7 +60,7 @@ function main() -- run script from stdin? local script_file_to_remove - if script == "-" or from_stdin then + if from_stdin then local script_content = io.read("*a") if script_content then -- remove utf8 bom |
