scripts: not allow error for rockchip scripts

Change-Id: Iee56011cda94803802d368f7a8f27590d1091d16
Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
This commit is contained in:
Joseph Chen 2020-09-16 09:24:47 +08:00
parent a524b379f7
commit 45986beb25
5 changed files with 10 additions and 0 deletions

View File

@ -5,6 +5,8 @@
# SPDX-License-Identifier: GPL-2.0
#
set -e
if [ $# -eq 0 ]; then
echo "ERROR: No args of $0"
exit 1

View File

@ -5,6 +5,8 @@
# SPDX-License-Identifier: GPL-2.0
#
set -e
if [ $# -eq 0 ]; then
echo "ERROR: No args of $0"
exit 1

View File

@ -5,6 +5,8 @@
# SPDX-License-Identifier: GPL-2.0
#
set -e
if [ $# -eq 0 ]; then
echo "ERROR: No args of $0"
exit 1

View File

@ -5,6 +5,8 @@
# SPDX-License-Identifier: GPL-2.0
#
set -e
if [ $# -eq 0 ]; then
echo "ERROR: No args of $0"
exit 1

View File

@ -5,6 +5,8 @@
# SPDX-License-Identifier: GPL-2.0
#
set -e
if [ $# -eq 0 ]; then
echo "ERROR: No args of $0"
exit 1