This is an automated email from the ASF dual-hosted git repository. btashton pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
commit 062373af201cbfb6feec43c18856c16f0f866129 Author: Xiang Xiao <xiaoxi...@xiaomi.com> AuthorDate: Tue Jun 23 05:09:59 2020 +0800 tools/zipme.sh: Fix the typo error Signed-off-by: Xiang Xiao <xiaoxi...@xiaomi.com> --- tools/zipme.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/zipme.sh b/tools/zipme.sh index 5e0a199..3e2728a 100644 --- a/tools/zipme.sh +++ b/tools/zipme.sh @@ -121,7 +121,7 @@ done VERSION=$1 if [ -n ${VERSION} ] ; then VERSIONOPT="-v ${VERSION}" -if +fi # Full tar options