From: Łukasz Stelmach Date: Thu, 29 Sep 2022 19:46:44 +0000 (+0200) Subject: scripts: Fix broken message X-Git-Tag: accepted/tizen/unified/20241126.175211~194 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d0392e39f179ad5b6717c00abe9d78e89502ff55;p=platform%2Fkernel%2Fu-boot.git scripts: Fix broken message Change-Id: I6e9f42ef3d3147927db99406e9fd4d1fea526d13 Fixes: 267186468d ("scripts: tizen: sd_fusing_rpi4: support A/B partition") Signed-off-by: Łukasz Stelmach --- diff --git a/scripts/tizen/sd_fusing_rpi4.sh b/scripts/tizen/sd_fusing_rpi4.sh index 5dc8149d49..3e2c448737 100755 --- a/scripts/tizen/sd_fusing_rpi4.sh +++ b/scripts/tizen/sd_fusing_rpi4.sh @@ -442,7 +442,7 @@ function check_partition_format () { function check_args () { if [ "$DEVICE" == "" ]; then - echo -n "$(tput setaf 3)$(tput bold)$DEVICE will be formatted, Is it OK? [y/] " + echo "$(tput setaf 1)$(tput bold)- Device node is empty!" show_usage tput sgr 0 exit 0