From 40d78a9b26540309430fef1238a599d24d499ace Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Fri, 18 Oct 2019 21:07:08 +0300 Subject: [PATCH] pfetch: revert sed removal --- pfetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pfetch b/pfetch index 481112c..b5d4261 100755 --- a/pfetch +++ b/pfetch @@ -1307,7 +1307,7 @@ get_ascii() { # some versions of Android shipped with a totally broken 'sed' # command from 'toybox' and so we're forced to avoid 'sed'. done <<-EOF - $(printf %s "$ascii" | awk '{gsub("\\[3.m","");print}') + $(printf %s "$ascii" | sed 's/\[3.m//g') EOF # Add a gap between the ascii art and the information.