From 9d4a127f72d936f32507ec103d3ef46c7a4cb864 Mon Sep 17 00:00:00 2001 From: Aidan Harris Date: Sun, 8 Apr 2018 19:09:06 +0100 Subject: [PATCH] Keep shellcheck happy --- neofetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neofetch b/neofetch index bb5e337d..4b101c49 100755 --- a/neofetch +++ b/neofetch @@ -2179,7 +2179,7 @@ END ;; "st") - if term_font="$(ps -o command= -p $parent | grep -E '\-f\s?.*?:?')"; then + if term_font="$(ps -o command= -p "$parent" | grep -E '\-f\s?.*?:?')"; then term_font="${term_font/*-f/}" term_font="${term_font/ -*/}" else