From 59eae428dd4c44bf0f1d3e8e0a829fca34e288df Mon Sep 17 00:00:00 2001 From: Dylan Date: Sun, 8 May 2016 11:33:32 +1000 Subject: [PATCH] revert previous commit --- neofetch | 1 - 1 file changed, 1 deletion(-) diff --git a/neofetch b/neofetch index 3afe5551..da42867a 100755 --- a/neofetch +++ b/neofetch @@ -502,7 +502,6 @@ getdistro () { "iPhone OS") distro="iOS $(awk '/OS-Version:/ {printf $4}' /var/logs/AppleSupport/general.log)" - distro=$(printf "%s" "$distro" | awk '{printf $1 $2}') ;; "OpenBSD")