On 20.06.2010 16:39, Allan McRae wrote:
> Commit 3d67d9b1 introduced multiple bash4 string manipulations.
> Revert those in order retain compatibility with bash-3.2 which
> is still widely used.
> 

If you want to make it bash 3 compatible again, you also have to replace
"&> /dev/null" with ">/dev/null 2>&1".

Reply via email to