Skip to content

Commit f4caf72

Browse files
author
Anton Yuzhaninov
committed
Quote to prevent word splitting
1 parent 2076bf7 commit f4caf72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flac_cue_to_mp3.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ case $FILE in
5151
flac -c -d "$FILE" | $LAME - "${NAME}.mp3"
5252
;;
5353
*.wv)
54-
wvunpack --no-utf8-convert -c "${FILE}" > $CUE
54+
wvunpack --no-utf8-convert -c "${FILE}" > "${CUE}"
5555
wvunpack "${FILE}" -o - | $LAME - "${NAME}.mp3"
5656
;;
5757
*.wav)

0 commit comments

Comments
 (0)