Fix potential errors from a missing escaped char in regex
This commit is contained in:
parent
f5a9393d4b
commit
e2b14b26ad
1 changed files with 1 additions and 1 deletions
2
neofetch
2
neofetch
|
@ -1816,7 +1816,7 @@ gettermfont () {
|
|||
;;
|
||||
|
||||
"terminology")
|
||||
termfont="$(strings ${XDG_CONFIG_HOME}/terminology/config/standard/base.cfg | awk '/^font.name$/{print a}{a=$0}')"
|
||||
termfont="$(strings ${XDG_CONFIG_HOME}/terminology/config/standard/base.cfg | awk '/^font\.name$/{print a}{a=$0}')"
|
||||
termfont="${termfont/.pcf}"
|
||||
termfont="${termfont/:*}"
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue