summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sound-cutter.in3
1 files changed, 2 insertions, 1 deletions
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#*.}" ]