Keep shellcheck happy

This commit is contained in:
Aidan Harris 2018-04-08 19:09:06 +01:00
parent 59e0ac82a7
commit 9d4a127f72
No known key found for this signature in database
GPG Key ID: E18BE27807DA2E96
1 changed files with 1 additions and 1 deletions

View File

@ -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