From 366835b824862c7826cc88444aac7a18c3880550 Mon Sep 17 00:00:00 2001 From: afresh1 Date: Thu, 31 Aug 2023 21:29:53 +0000 Subject: [PATCH] Add spaces for failure status --- usr.sbin/fw_update/fw_update.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/usr.sbin/fw_update/fw_update.sh b/usr.sbin/fw_update/fw_update.sh index 7b386a3f05a..02261dd8131 100644 --- a/usr.sbin/fw_update/fw_update.sh +++ b/usr.sbin/fw_update/fw_update.sh @@ -1,5 +1,5 @@ #!/bin/ksh -# $OpenBSD: fw_update.sh,v 1.46 2023/08/31 19:00:00 afresh1 Exp $ +# $OpenBSD: fw_update.sh,v 1.47 2023/08/31 21:29:53 afresh1 Exp $ # # Copyright (c) 2021,2023 Andrew Hewus Fresh # @@ -707,7 +707,7 @@ for f in "${add[@]}" _update_ "${update[@]}"; do if "$pending_status"; then echo " failed." elif ! ((VERBOSE)); then - status "failed (${f##*/})" + status " failed (${f##*/})" fi continue } @@ -730,7 +730,7 @@ for f in "${add[@]}" _update_ "${update[@]}"; do if "$pending_status"; then echo " failed." elif ! ((VERBOSE)); then - status "failed ($i)" + status " failed ($i)" fi continue } @@ -741,7 +741,7 @@ for f in "${add[@]}" _update_ "${update[@]}"; do if "$pending_status"; then echo " failed." elif ! ((VERBOSE)); then - status "failed (${f##*/})" + status " failed (${f##*/})" fi continue } -- 2.20.1