]> git.parisson.com Git - telemeta.git/commitdiff
fix mlt fix path
authorGuillaume Pellerin <yomguy@parisson.com>
Mon, 20 May 2013 20:00:13 +0000 (22:00 +0200)
committerGuillaume Pellerin <yomguy@parisson.com>
Mon, 20 May 2013 20:00:13 +0000 (22:00 +0200)
telemeta/util/kdenlive/mlt_fix_threads.sh

index 3870e5bd447a9a9c1fae5ee4b3cec271ca48463a..28bd0ad9023193b50606b268fa36ae0dc660d79c 100755 (executable)
@@ -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