From 3065694366af0b6b71958c2fd50b70853b2f741e Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Thu, 11 May 2017 15:35:37 +0200 Subject: bugfix --- sound-cutter.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sound-cutter.in b/sound-cutter.in index a164fc3..6ec80e4 100644 --- a/sound-cutter.in +++ b/sound-cutter.in @@ -164,7 +164,8 @@ then tr ' -,.' '_' ) ) - obn="tmp_%n.${output##*.}" + obn="temp_%n.${output##*.}" + output="${odn}/${obn}" for name in "${names[@]}" do if [ -e "${odn}/${name}.${obn#*.}" ] -- cgit v1.2.3-54-g00ecf