From 5a7bd88c706be9e677ee0713351b1488aa1537c9 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Wed, 6 May 2026 14:57:30 -0700 Subject: [PATCH] Ensure path is quoted just in case. --- rc_shared.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc_shared.sh b/rc_shared.sh index 39db11e..36d9978 100644 --- a/rc_shared.sh +++ b/rc_shared.sh @@ -121,7 +121,7 @@ function update-shared2 { remote_bin="$project/bin-shared" if [[ -d "$local_bin" ]]; then log "\n`date` - Found '$local_bin', adding scripts.\n" - cp -v $remote_bin/*.sh "$local_bin"/ + cp -v "$remote_bin"/*.sh "$local_bin"/ refactor_script="refactor_music_library.sh" wget -O "$refactor_script" \