refactor: remove comment about using an array for m4b_tool_bin to avoid word-splitting issues
This commit is contained in:
parent
4caa040cf8
commit
20514b8d8e
1 changed files with 0 additions and 1 deletions
|
@ -4,7 +4,6 @@ set -eufo pipefail
|
||||||
|
|
||||||
# CONSTANTS
|
# CONSTANTS
|
||||||
declare -r script_dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
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 --)
|
declare -ra m4b_tool_bin=(nix run github:sandreas/m4b-tool#m4b-tool-libfdk --)
|
||||||
|
|
||||||
# VARS
|
# VARS
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue