Fix double extension of temp files

This commit is contained in:
Vincent Riquer 2017-06-09 10:12:32 +02:00
parent dc29803438
commit 6c438c4c90

View File

@ -123,7 +123,7 @@ decodeFile() {
if (( sox_needed ))
then
cleanup="$tempdir/$tmpfile"
decodeSox "$tempdir/$tmpfile.wav"
decodeSox "$tempdir/$tmpfile"
if ! soxtaskid=$(
Select tasks id <<<"key = $tmpfile"
)