summaryrefslogtreecommitdiff
path: root/sound-cutter.in
diff options
context:
space:
mode:
Diffstat (limited to 'sound-cutter.in')
-rw-r--r--sound-cutter.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound-cutter.in b/sound-cutter.in
index 652413d..8f58e4a 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##*.}"