Fix logic error. <blush>
Submitted by: ian@
This commit is contained in:
parent
b633b6ce4d
commit
bf253b2c2c
@ -7,7 +7,7 @@ S=$1
|
||||
dts="$2"
|
||||
dtb_path=$3
|
||||
|
||||
if [ -n "$dts" ]; then
|
||||
if [ -z "$dts" ]; then
|
||||
echo "No DTS specified"
|
||||
exit 1
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user