quote
This commit is contained in:
parent
a6e63a6722
commit
76225ff815
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ fs_wipe() {
|
|||
fi
|
||||
if [ -n "${count}" ]; then
|
||||
set -- "${@}" \
|
||||
count=${count}
|
||||
count="${count}"
|
||||
fi
|
||||
dd "${@}"
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue