From 3b58a066c23d52afce3ed11c7d377f9909de20e9 Mon Sep 17 00:00:00 2001 From: Dylan Date: Tue, 23 Feb 2016 09:42:48 +1100 Subject: [PATCH] Fixed GPU output --- fetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fetch b/fetch index 7bc147e2..a2972a17 100755 --- a/fetch +++ b/fetch @@ -922,7 +922,7 @@ getgpu () { "Mac OS X") gpu=$( \ system_profiler SPDisplaysDataType | \ - awk -F':' '/^\ *Chipset Model:/ {printf $2 ","}' | \ + awk -F': ' '/^\ *Chipset Model:/ {printf $2 ", "}' | \ awk '{ printf "%s ", $0 }' ) gpu=${gpu//'/ $'}