You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by da...@apache.org on 2020/03/21 16:49:14 UTC

[incubator-nuttx] 08/08: tools: Remove ; after break for all shell script

This is an automated email from the ASF dual-hosted git repository.

davids5 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git

commit 0456b70cd586395a3dbc0f58256db1c464f7880c
Author: Xiang Xiao <xi...@xiaomi.com>
AuthorDate: Sat Mar 21 21:23:44 2020 +0800

    tools: Remove ; after break for all shell script
    
    Signed-off-by: Xiang Xiao <xi...@xiaomi.com>
---
 tools/define.sh    | 2 +-
 tools/incdir.sh    | 2 +-
 tools/testbuild.sh | 2 +-
 tools/version.sh   | 2 +-
 tools/zipme.sh     | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/tools/define.sh b/tools/define.sh
index 01bc187..92c6712 100755
--- a/tools/define.sh
+++ b/tools/define.sh
@@ -71,7 +71,7 @@ while [ ! -z "$1" ]; do
     echo "    Enable script debug"
     ;;
   * )
-    break;
+    break
     ;;
   esac
   shift
diff --git a/tools/incdir.sh b/tools/incdir.sh
index fe215b5..0b5e285 100755
--- a/tools/incdir.sh
+++ b/tools/incdir.sh
@@ -75,7 +75,7 @@ while [ ! -z "$1" ]; do
     exit 0
     ;;
   * )
-    break;
+    break
     ;;
   esac
   shift
diff --git a/tools/testbuild.sh b/tools/testbuild.sh
index 69f1c31..4ddbf4b 100755
--- a/tools/testbuild.sh
+++ b/tools/testbuild.sh
@@ -98,7 +98,7 @@ while [ ! -z "$1" ]; do
   * )
     testfile="$1"
     shift
-    break;
+    break
     ;;
   esac
   shift
diff --git a/tools/version.sh b/tools/version.sh
index a53b3cf..64b2b1a 100755
--- a/tools/version.sh
+++ b/tools/version.sh
@@ -77,7 +77,7 @@ while [ ! -z "$1" ]; do
     exit 0
     ;;
   * )
-    break;
+    break
     ;;
   esac
   shift
diff --git a/tools/zipme.sh b/tools/zipme.sh
index 2a0ff1f..52fdea2 100755
--- a/tools/zipme.sh
+++ b/tools/zipme.sh
@@ -78,7 +78,7 @@ while [ ! -z "$1" ]; do
     exit 0
     ;;
   * )
-    break;
+    break
     ;;
   esac
   shift