From 2147ff9c05f26309c4e3f63d95bf56e93cc67686 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 12 May 2016 20:36:46 +1000 Subject: [PATCH] Fix whitespace issues with BSD GPu suppot --- neofetch | 1 + 1 file changed, 1 insertion(+) diff --git a/neofetch b/neofetch index 20fe84ac..eaadd8c2 100755 --- a/neofetch +++ b/neofetch @@ -1329,6 +1329,7 @@ getgpu () { gpu=$(pciconf -lv 2>/dev/null | grep -B 4 "VGA" | grep "device") gpu=${gpu/device*= } gpu=${gpu//\'} + gpu=${gpu// / } ;; *)