Fix logic error. <blush>
Submitted by: ian@
This commit is contained in:
parent
56d78e82f0
commit
382b6bbafe
@ -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…
Reference in New Issue
Block a user