-device: c01621ec8 broke device feature

result was never returned by resolveDeviceMkspec

Change-Id: Ibd2f647e5524cdc9dbf4ea06f7b815f9dcc43212
Reviewed-by: Andy Nichols <andy.nichols@nokia.com>
This commit is contained in:
Girish Ramakrishnan 2012-05-19 10:24:48 -07:00 committed by Qt by Nokia
parent b8246f08e4
commit b4cad78eb2

2
configure vendored
View File

@ -254,6 +254,8 @@ resolveDeviceMkspec()
elif [ "$match_count" -eq 0 ]; then
echo >&2 "Error: No device matching '$VAL'"
echo "undefined"
else
echo "$result"
fi
}