Fix logic error. <blush>

Submitted by: ian@
This commit is contained in:
Warner Losh 2014-04-30 20:52:38 +00:00
parent 56d78e82f0
commit 382b6bbafe
1 changed files with 1 additions and 1 deletions

View File

@ -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