[pacman-dev] [PATCH] makepkg: revert bash4-ism

Cedric Staniewski cedric at gmx.ca
Sun Jun 20 10:37:49 EDT 2010


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".


More information about the pacman-dev mailing list