Keep shellcheck happy

parent 59e0ac82
...@@ -2179,7 +2179,7 @@ END ...@@ -2179,7 +2179,7 @@ END
;; ;;
"st") "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/*-f/}"
term_font="${term_font/ -*/}" term_font="${term_font/ -*/}"
else else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment