From f38da87a798343d4e8704b6fbd9285568d40c1f3 Mon Sep 17 00:00:00 2001 From: Dylan Date: Tue, 9 Feb 2016 20:58:41 +1100 Subject: [PATCH] Left stray '/usr/' --- fetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fetch b/fetch index dd27e847..9e284bff 100755 --- a/fetch +++ b/fetch @@ -863,7 +863,7 @@ getgpu () { case "$os" in "Linux") # Get the GPUs - gpu="$(PATH="/usr/sbin:$PATH" lspci | grep -F "VGA")" + gpu="$(PATH="/sbin:$PATH" lspci | grep -F "VGA")" gpu=${gpu//??':'??'.'?} # Count the number of GPUs