From efde74eea0348182f6c22dbc29e00684fda7c2a6 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Mon, 20 May 2013 22:00:13 +0200 Subject: [PATCH] fix mlt fix path --- telemeta/util/kdenlive/mlt_fix_threads.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/telemeta/util/kdenlive/mlt_fix_threads.sh b/telemeta/util/kdenlive/mlt_fix_threads.sh index 3870e5bd..28bd0ad9 100755 --- a/telemeta/util/kdenlive/mlt_fix_threads.sh +++ b/telemeta/util/kdenlive/mlt_fix_threads.sh @@ -1,7 +1,7 @@ #!/bin/sh for file in `ls $1/*.sh`; do -perl -pi -e 's/threads=2/threads=8/g' $1/$file -perl -pi -e 's/threads=4/threads=8/g' $1/$file -perl -pi -e 's/threads=6/threads=8/g' $1/$file +perl -pi -e 's/threads=2/threads=8/g' $file +perl -pi -e 's/threads=4/threads=8/g' $file +perl -pi -e 's/threads=6/threads=8/g' $file done -- 2.39.5