diff options
| author | ruki <[email protected]> | 2023-11-17 23:39:49 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-11-17 23:39:49 +0800 |
| commit | 08aa2aa500c79d8683629c5861beeebd99683213 (patch) | |
| tree | e767826daf19c136fe8ca5ad04a68690b4960045 /xmake/plugins/pack/batchcmds.lua | |
| parent | eed21f73a71d6e77f939db7c3404b3cd60bfb36b (diff) | |
improve batchcmds
Diffstat (limited to 'xmake/plugins/pack/batchcmds.lua')
| -rw-r--r-- | xmake/plugins/pack/batchcmds.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xmake/plugins/pack/batchcmds.lua b/xmake/plugins/pack/batchcmds.lua index 1e24b733b..2bd45b86e 100644 --- a/xmake/plugins/pack/batchcmds.lua +++ b/xmake/plugins/pack/batchcmds.lua @@ -394,7 +394,7 @@ function get_installcmds(package) script(package, batchcmds_) end end - return batchcmds_:cmds() + return batchcmds_ end -- get uninstall commands @@ -413,6 +413,6 @@ function get_uninstallcmds(package) script(package, batchcmds_) end end - return batchcmds_:cmds() + return batchcmds_ end |
