]> git.parisson.com Git - telemeta.git/commitdiff
fix sudo
authoryomguy <yomguy@parisson.com>
Mon, 8 Apr 2013 13:21:45 +0000 (15:21 +0200)
committeryomguy <yomguy@parisson.com>
Mon, 8 Apr 2013 13:21:45 +0000 (15:21 +0200)
telemeta/util/kdenlive/mlt_fix_threads.sh

index cf2c2796a0a90fbf021d7a3e02b483dc6b7af1ac..3870e5bd447a9a9c1fae5ee4b3cec271ca48463a 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 for file in `ls $1/*.sh`; do
-sudo perl -pi -e 's/threads=2/threads=8/g' $1/$file 
-sudo perl -pi -e 's/threads=4/threads=8/g' $1/$file
-sudo perl -pi -e 's/threads=6/threads=8/g' $1/$file
+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
 done