#!/bin/sh
Status: Beta
Brought to you by:
rickharris
Since any2dvd and any2vob aren't completely POSIX compatible (and since Ubuntu symlinks /bin/sh to dash by default, and executing fails) I think both should use /bin/bash as default.
I may be wrong, but they only work in Ubuntu 7.04 by modifying these 2 lines.
Logged In: YES
user_id=1269204
Originator: NO
Indeed this is something that has been discussed at length with users wondering why a large amount of there shell scripts suddenly broke when using or upgrading Ubuntu only.
Tempting as it is, I'm not about to judge the catalog of errors that lead to this situation (bash vs. posix vs. ubuntu vs. linux).
Suffice to say that the /bin/sh instances have been modified to /bin/bash.
A fairly mature beta of 0.36 with said changes can be found here:
http://mightylegends.org/downloads/any2vob-0.36_beta.sh
http://mightylegends.org/downloads/any2dvd-0.36_beta.sh