From f3b3383781a1fff778a4e2f4ad83fe3b83a5868e Mon Sep 17 00:00:00 2001 From: Dylan Date: Tue, 19 Jan 2016 12:22:32 +1100 Subject: [PATCH] GPU: Now fully works on Windows --- fetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fetch b/fetch index a62d2631..f4c1cfc8 100755 --- a/fetch +++ b/fetch @@ -661,7 +661,7 @@ getgpu () { "Windows") gpu=$(wmic path Win32_VideoController get caption) gpu=${gpu/Caption /} - gpu=${gpu//[[:space:]]/} + gpu=${gpu//[[:space:]]/ } gpu=${gpu// /} ;; esac