Fix wrong exit location.
When using same config with previous config, it doesn't build and
immediately exit.
Change-Id: Idbc58c24fc7bd20863aee2e6d75d2e296a1d26cd
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
if [ "z${CHECK_ODROID}" = "z" ]; then
echo "There is local .config, but it is differen from ${BOARD}."
echo "Please try after removing .config."
+ exit
fi
- exit
else
if [ "z${CHECK_ODROID}" != "z" ]; then
echo "There is local .config, but it is differen from ${BOARD}."