From ecdc3ff9b45cf2cb82dab071a51891df0fa1157f Mon Sep 17 00:00:00 2001 From: Dylan Date: Fri, 29 Apr 2016 10:15:41 +1000 Subject: [PATCH] Remove commas --- neofetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neofetch b/neofetch index 97ee532e..354ce118 100755 --- a/neofetch +++ b/neofetch @@ -608,7 +608,7 @@ getuptime () { *) days="$days days," ;; esac - uptime="up $days, $hours, $minutes" + uptime="up $days $hours $minutes" ;; esac