From a8a791724eb23934915979febbf0bd0d952aec4f Mon Sep 17 00:00:00 2001 From: Allen Date: Fri, 6 Jul 2018 14:21:43 +0800 Subject: [PATCH] Update sh_commands.py --- tools/sh_commands.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tools/sh_commands.py b/tools/sh_commands.py index 29c01c6c..7533f77b 100644 --- a/tools/sh_commands.py +++ b/tools/sh_commands.py @@ -1093,12 +1093,12 @@ def packaging_lib(libmace_output_dir, project_name): _fg=True) elif which_sys == "Darwin": sh.tar( - "--exclude", - "%s/_tmp" % project_dir, - "-cvzf", - "%s" % tar_package_path, - glob.glob("%s/*" % project_dir), - _fg=True) + "--exclude", + "%s/_tmp" % project_dir, + "-cvzf", + "%s" % tar_package_path, + glob.glob("%s/*" % project_dir), + _fg=True) print("Packaging Done!\n") -- GitLab