From 20514b8d8e6cf6e472cac4251a3690eac691ece5 Mon Sep 17 00:00:00 2001 From: phg Date: Wed, 10 Sep 2025 16:35:28 +0200 Subject: [PATCH] refactor: remove comment about using an array for m4b_tool_bin to avoid word-splitting issues --- to-m4b.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/to-m4b.sh b/to-m4b.sh index bb79228..4e8a39d 100755 --- a/to-m4b.sh +++ b/to-m4b.sh @@ -4,7 +4,6 @@ set -eufo pipefail # CONSTANTS declare -r script_dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" -# Use an array for the executable to avoid word-splitting issues declare -ra m4b_tool_bin=(nix run github:sandreas/m4b-tool#m4b-tool-libfdk --) # VARS