This commit is contained in:
Marc Beninca 2024-11-13 11:43:12 +01:00
parent a6e63a6722
commit 76225ff815
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -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