kiss: fix dd for some implementations (#109)

Co-authored-by: phoebos <phoebos@noreply.codeberg.org>
Co-committed-by: phoebos <phoebos@noreply.codeberg.org>
This commit is contained in:
phoebos 2022-11-22 04:12:26 +00:00 committed by Pratham
parent 65b5140de5
commit d240830906
1 changed files with 1 additions and 1 deletions

2
kiss
View File

@ -94,7 +94,7 @@ prompt() {
null "$1" || log "$1"
log "Continue?: Press Enter to continue or Ctrl+C to abort"
equ "$KISS_PROMPT" 0 || dd ibs=1 count=1 >/dev/null 2>&1 || exit 1
equ "$KISS_PROMPT" 0 || dd bs=1 count=1 >/dev/null 2>&1 || exit 1
}
mkcd() {