From e2b14b26adf1ca77346896d51fd8b401201d6f12 Mon Sep 17 00:00:00 2001 From: Vincent Aranega Date: Thu, 16 Jun 2016 16:11:00 +0200 Subject: [PATCH] Fix potential errors from a missing escaped char in regex --- neofetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neofetch b/neofetch index 83207c5c..60fde897 100755 --- a/neofetch +++ b/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/:*}" ;;