summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorAndrew DeMaria <lostonamountain@gmail.com>2014-05-25 05:59:26 +0200
committerAllan McRae <allan@archlinux.org>2014-05-25 06:06:58 +0200
commit235ce32563031ef5c01d27a4f67cadba37597921 (patch)
tree3f3f4ff9e98a69ea21adc31133e3a399f071b96b /scripts
parent2401468f5104fa6794589381cef9e970692d95e8 (diff)
downloadpacman-235ce32563031ef5c01d27a4f67cadba37597921.tar.gz
pacman-235ce32563031ef5c01d27a4f67cadba37597921.tar.xz
makepkg: pass "--nocolor" to pacman
FS#39982. Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/makepkg.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in
index de92e933..ac97c5b9 100644
--- a/scripts/makepkg.sh.in
+++ b/scripts/makepkg.sh.in
@@ -2718,7 +2718,7 @@ while true; do
-i|--install) INSTALL=1 ;;
--key) shift; GPGKEY=$1 ;;
-L|--log) LOGGING=1 ;;
- -m|--nocolor) USE_COLOR='n' ;;
+ -m|--nocolor) USE_COLOR='n'; PACMAN_OPTS+=" --color never" ;;
--noarchive) NOARCHIVE=1 ;;
--nocheck) RUN_CHECK='n' ;;
--noprepare) RUN_PREPARE='n' ;;