summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sound-cutter.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound-cutter.in b/sound-cutter.in
index 6ec80e4..ff259e1 100644
--- a/sound-cutter.in
+++ b/sound-cutter.in
@@ -161,7 +161,7 @@ then
names=(
$(
sed -n '/^[^#].*noNewFile/{N;d};/^#/{s|^.*#||;s|^ \+||;p}' "${points}" | \
- tr ' -,.' '_'
+ tr ' --,.' '_'
)
)
obn="temp_%n.${output##*.}"