build-setup: Fix check for MACHINE and DISTRO

The script checks if variables MACHINE and DISTRO
both have non-empty values. The check used a '-n'
test. This commit fixes it by using '-z'

Change-Id: Ic4230760af3b8c0f15e013e3c5d24154619e4bdf
Signed-off-by: Santosh Puranik <santosh.puranik@in.ibm.com>
1 file changed