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
|
fi
|
||||||
if [ -n "${count}" ]; then
|
if [ -n "${count}" ]; then
|
||||||
set -- "${@}" \
|
set -- "${@}" \
|
||||||
count=${count}
|
count="${count}"
|
||||||
fi
|
fi
|
||||||
dd "${@}"
|
dd "${@}"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue