makepkg: use bash test operators, part two
commitc2999619d2af0c4fa3cbee13a4f12d95c6ab059e
authorIsaac Good <pacman@isaac.otherinbox.com>
Thu, 12 Nov 2009 20:09:05 +0000 (12 15:09 -0500)
committerDan McGee <dan@archlinux.org>
Mon, 16 Nov 2009 01:26:56 +0000 (15 19:26 -0600)
tree9aca6eaaaab549fd83bff1f11c7054ead51a8f29
parent966c815881350e90628a6825c4c51bc77428c0d5
makepkg: use bash test operators, part two

* FS#16623, second half of makepkg
* Includes stuff like -o to ||, -a to &&, etc.
* if [ $(type ... preserved due to a bash bug with [[ and set -e and ERR traps

Signed-off-by: Isaac Good <pacman@isaac.otherinbox.com>
Signed-off-by: Dan McGee <dan@archlinux.org>
scripts/makepkg.sh.in