From 00075c640010369a4cb9c5d6ae9dba37c7cc47fb Mon Sep 17 00:00:00 2001 From: Fabian Groffen Date: Sat, 30 Mar 2024 13:26:13 +0100 Subject: scripts/bootstrap-prefix: shellcheck Signed-off-by: Fabian Groffen --- scripts/rsync-generation/mksnapshot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/rsync-generation/mksnapshot.sh') diff --git a/scripts/rsync-generation/mksnapshot.sh b/scripts/rsync-generation/mksnapshot.sh index 1feece5577..f932102daa 100755 --- a/scripts/rsync-generation/mksnapshot.sh +++ b/scripts/rsync-generation/mksnapshot.sh @@ -54,7 +54,7 @@ COMPRS=( # produce compressed variants, use as much cpu as left on the system, do # all in parallel for compr in "${COMPRS[@]}" ; do - read -a args <<< "${compr#*:}" + read -r -a args <<< "${compr#*:}" nice -n19 "${args[@]}" "${SNAME}" > "${SNAME}.${compr%%:*}" & done wait -- cgit v1.2.3-65-gdbad