Dependency check didn't report missing items
Status: Beta
Brought to you by:
marcusbrutus
If you don't have a dependency at all then I think the "eval" gets an error like "/path/dvd-baker: line 586: dvd-slideshow: command not found". grepVersion then parses out that line number and thinks it is a version.. this number is generally bigger than the required version of that software. In my case /path actually has a digit, so that was used.
Logged In: YES
user_id=70034
Originator: YES
I put:
grep -v ": command not found" | ...{the other grep..}
in the grepVersion function. This seems to help.