Skip to content

Commit

Permalink
mkinitramfs: fix interrupted message
Browse files Browse the repository at this point in the history
  • Loading branch information
sighook committed Sep 12, 2023
1 parent 3579e36 commit ffdee83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mkinitramfs
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ error() {
# https://www.shellcheck.net/wiki/SC2317
# shellcheck disable=SC2317
interrupted() {
echo "" 1>&2
info "=======> Interrupted." 1>&2
echo "" 1>&2
info "Interrupted." 1>&2
exit 1
}

Expand Down

0 comments on commit ffdee83

Please sign in to comment.