mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-11-03 01:33:35 +08:00
fix[script]: fix shift clear input parameter error
Change-Id: Ia48238e47d110fd049788b3d2abd86d5f69aa0b0 Signed-off-by: xueman.ruan <xueman.ruan@rock-chips.com>
This commit is contained in:
@@ -9,13 +9,10 @@ ANDROID_ABI="armeabi-v7a with NEON"
|
||||
#Specify cmake if needed
|
||||
#CMAKE_PROGRAM=
|
||||
|
||||
while [ $# -gt 0 ]; do
|
||||
case $1 in
|
||||
-c)
|
||||
clear
|
||||
;;
|
||||
esac
|
||||
shift
|
||||
for ARG in "$@"; do
|
||||
if [[ "$ARG" == "-c" ]]; then
|
||||
clear
|
||||
fi
|
||||
done
|
||||
|
||||
source ../env_setup.sh
|
||||
|
||||
Reference in New Issue
Block a user