makepkg: use portable escape sequence for terminal escapes
commit330951200c8a0bb90937e0578510a41220154726
authorCarlos Diaz <839273@gmail.com>
Thu, 14 Oct 2010 16:32:46 +0000 (14 12:02 -0430)
committerDan McGee <dan@archlinux.org>
Mon, 13 Dec 2010 02:24:46 +0000 (12 20:24 -0600)
tree7f886012e9b4354c72869fdf64fbb2c1235df4ad
parent970ffbb4c77bb2121f5aec8391bcc04e3a54986c
makepkg: use portable escape sequence for terminal escapes

The escape string isn't necesarily \033; it's determined by what the
particular termcap/info entry for that terminal contains.

Bash uses ncurses functions to expand \e to the _correct_ terminal
escape.

Signed-off-by: Carlos Diaz <839273@gmail.com>
Signed-off-by: Allan McRae <allan@archlinux.org>
Signed-off-by: Dan McGee <dan@archlinux.org>
scripts/makepkg.sh.in