mirror of
https://github.com/apache/nuttx.git
synced 2025-12-07 10:03:38 +08:00
tools: Remove ; after break for all shell script
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
committed by
David Sidrane
parent
580364362c
commit
0456b70cd5
@@ -71,7 +71,7 @@ while [ ! -z "$1" ]; do
|
|||||||
echo " Enable script debug"
|
echo " Enable script debug"
|
||||||
;;
|
;;
|
||||||
* )
|
* )
|
||||||
break;
|
break
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
shift
|
shift
|
||||||
|
|||||||
@@ -75,7 +75,7 @@ while [ ! -z "$1" ]; do
|
|||||||
exit 0
|
exit 0
|
||||||
;;
|
;;
|
||||||
* )
|
* )
|
||||||
break;
|
break
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
shift
|
shift
|
||||||
|
|||||||
@@ -98,7 +98,7 @@ while [ ! -z "$1" ]; do
|
|||||||
* )
|
* )
|
||||||
testfile="$1"
|
testfile="$1"
|
||||||
shift
|
shift
|
||||||
break;
|
break
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
shift
|
shift
|
||||||
|
|||||||
@@ -77,7 +77,7 @@ while [ ! -z "$1" ]; do
|
|||||||
exit 0
|
exit 0
|
||||||
;;
|
;;
|
||||||
* )
|
* )
|
||||||
break;
|
break
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
shift
|
shift
|
||||||
|
|||||||
@@ -78,7 +78,7 @@ while [ ! -z "$1" ]; do
|
|||||||
exit 0
|
exit 0
|
||||||
;;
|
;;
|
||||||
* )
|
* )
|
||||||
break;
|
break
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
shift
|
shift
|
||||||
|
|||||||
Reference in New Issue
Block a user