refactor: remove comment about using an array for m4b_tool_bin to avoid word-splitting issues

This commit is contained in:
Philip Henning 2025-09-10 16:35:28 +02:00
parent 4caa040cf8
commit 20514b8d8e

View file

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