From 76225ff81532d7733317b1a432a9d10c323e7761 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Wed, 13 Nov 2024 11:43:12 +0100 Subject: [PATCH] quote --- bash/fs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash/fs.sh b/bash/fs.sh index 9c1d122..5b53b9a 100644 --- a/bash/fs.sh +++ b/bash/fs.sh @@ -71,7 +71,7 @@ fs_wipe() { fi if [ -n "${count}" ]; then set -- "${@}" \ - count=${count} + count="${count}" fi dd "${@}" fi