Unportable test(1) construct
Found here:
http://sourceforge.net/tracker/?func=detail&atid=305776&aid=2517117&group_id=5776
Long info:
Unportable test(1) construct
scripts/lavtc.sh and scripts/lav2mpeg are using the unportable bash extension "==" to test(1), which is not supported by most other shells or even test(1) GNU coreutils. Please use "=" instead.
Posted by Thomas Klausner