From e3a8c56d8d5a62c56ab65d16218cdece5701a1fc Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 16 Jun 2016 23:13:40 +1000 Subject: [PATCH] Remove ? from read statement --- neofetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neofetch b/neofetch index 62dddf39..42d0f781 100755 --- a/neofetch +++ b/neofetch @@ -2291,8 +2291,8 @@ getimage () { term_size="${term_size/';'}" term_size="${term_size/$'\E4'}" term_size="${term_size/t*}" - term_size="${term_size/\?}" term_height="${term_size/';'*}" + term_height="${term_height/\?}" term_width="${term_size/*';'}" fi