mp3cut makes output file executable
== Steps to reproduce ==
$ wget -q ’https://upload.wikimedia.org/wikipedia/commons/a/a5/Uncle_Josh_and_the_Insurance_Company_-_Cal_Stewart.mp3’ && mp3cut -o test.mp3 Uncle_Josh_and_the_Insurance_Company_-_Cal_Stewart.mp3 &>/dev/null && ls -l test.mp3
== Expected result ==
-rw-r–r– 1 jani jani 2433848 maali 26 15:45 test.mp3
== Actual result ==
-rwxr–r– 1 jani jani 2433848 maali 26 15:45 test.mp3