From 439f4bd9745b82dc1448881499c3a9425c30f897 Mon Sep 17 00:00:00 2001 From: Dylan Date: Tue, 2 Feb 2016 14:11:20 +1100 Subject: [PATCH] Misc changes --- fetch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fetch b/fetch index 39ef59e8..d15fcd78 100755 --- a/fetch +++ b/fetch @@ -1216,7 +1216,7 @@ getbattery () { # If shorthand is on, print each value on the same line if [ "$battery_shorthand" == "on" ]; then - battery=${batteries[@]} + battery=${batteries[*]} battery=${battery// /%, } battery="${battery}%" @@ -1328,7 +1328,7 @@ getcols () { # }}} -# Windows Specific Functions {{{ +# Windows Visual Style {{{ getvisualstyle () { case "$os" in