Skip to content
This repository has been archived by the owner on Feb 14, 2020. It is now read-only.

Commit

Permalink
Merge pull request #47 from sashkab/b42-binary-fix
Browse files Browse the repository at this point in the history
Fixes #42.
  • Loading branch information
Jeffrey Hann committed Feb 25, 2016
2 parents 3a7e3b6 + d49aa9a commit 380c82d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/archey
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ fi
fieldlist[${#fieldlist[@]}]="${textColor}CPU:${normal} ${cpu}${normal}"
fieldlist[${#fieldlist[@]}]="${textColor}Memory:${normal} ${ram}${normal}"
fieldlist[${#fieldlist[@]}]="${textColor}Disk:${normal} ${disk}${normal}"
if [ ! -z $battery ]; then
if [[ ! -z $battery ]]; then
fieldlist[${#fieldlist[@]}]="${textColor}Battery:${normal} ${battery}${normal}%"
fi
if [ "${opt_offline}" = f ]; then
Expand Down

0 comments on commit 380c82d

Please sign in to comment.