Skip to content

Commit

Permalink
Merge pull request #23 from stloewen/master
Browse files Browse the repository at this point in the history
correct color-settings when overwritten via commandline
  • Loading branch information
e36freak committed Oct 30, 2017
2 parents 9e73e5e + 3cfbb64 commit 37dd05d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meat
Expand Up @@ -748,7 +748,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
Expand Down Expand Up @@ -1030,6 +1029,7 @@ while (($#)); do
done

# color info
set_colors
if ((iscolor[0])); then
pacman+=(--color=always)
cower+=(--color=always)
Expand Down

0 comments on commit 37dd05d

Please sign in to comment.