Backticks required an extra escape.
This commit is contained in:
@@ -72,7 +72,7 @@ vorbis()
|
||||
|
||||
(for field in $fields; do
|
||||
value=""
|
||||
for conv in $(eval echo \\$$field); do
|
||||
for conv in $(eval echo \$$field); do
|
||||
value=$($CUEPRINT -n $1 -t "$conv\n" $cue_file)
|
||||
|
||||
if [ -n "$value" ]; then
|
||||
@@ -105,7 +105,7 @@ id3()
|
||||
|
||||
for field in $fields; do
|
||||
value=""
|
||||
for conv in $(eval echo \\$$field); do
|
||||
for conv in $(eval echo \$$field); do
|
||||
value=$($CUEPRINT -n $1 -t "$conv\n" $cue_file)
|
||||
|
||||
if [ -n "$value" ]; then
|
||||
|
||||
Reference in New Issue
Block a user