gpu: Fix blank line in output on Windows.

master
Dylan Araps 6 years ago
parent 71d8914ec7
commit c93f3dabd6
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
  1. 2
      neofetch

@ -2517,7 +2517,7 @@ get_gpu() {
"Windows")
while read -r line; do
[[ $win_gpu ]] || {
[[ -z $win_gpu ]] || [[ -z "$line" ]] && {
win_gpu=1
continue
}

Loading…
Cancel
Save