| Index: src/scripts/mod_image_for_test.sh
|
| diff --git a/src/scripts/mod_image_for_test.sh b/src/scripts/mod_image_for_test.sh
|
| index e6982a1fc1d567ee21519eb6ecca2fb3899be793..98706d92d238e88ad746b87ff2d0767e744deddc 100755
|
| --- a/src/scripts/mod_image_for_test.sh
|
| +++ b/src/scripts/mod_image_for_test.sh
|
| @@ -21,7 +21,7 @@ FLAGS "$@" || exit 1
|
| eval set -- "${FLAGS_ARGV}"
|
|
|
| # No board, no default and no image set then we can't find the image
|
| -if [ -z $FLAGS_IMAGE ] && [ -z $FLAGS_board ] ; then
|
| +if [ -z $FLAGS_IMAGE ] && [ -z $FLAGS_board ] ; then
|
| setup_board_warning
|
| echo "*** mod_image_for_test failed. No board set and no image set"
|
| exit 1
|
|
|