From 3cfbb64751e0d66d96072b4ec5a433d15dab85f4 Mon Sep 17 00:00:00 2001 From: xpumax Date: Thu, 28 Aug 2014 02:05:25 +0200 Subject: [PATCH] correct color-settings when overwritten via commandline --- meat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meat b/meat index 29007b0..865b76a 100755 --- a/meat +++ b/meat @@ -744,7 +744,6 @@ if [[ -r $config_file ]]; then always|auto|never) :;; *) die "invalid value for \`color' in the config file: \`$color'";; esac - set_colors if [[ $nossl != [01] ]]; then die "invalid value for \`nossl' in the config file: \`$nossl'" fi @@ -1022,6 +1021,7 @@ while (($#)); do done # color info +set_colors if ((iscolor[0])); then pacman+=(--color=always) cower+=(--color=always)