Commit e3a8c56d authored by Dylan Araps's avatar Dylan Araps

Remove ? from read statement

parent eb87e225
...@@ -2291,8 +2291,8 @@ getimage () { ...@@ -2291,8 +2291,8 @@ getimage () {
term_size="${term_size/';'}" term_size="${term_size/';'}"
term_size="${term_size/$'\E4'}" term_size="${term_size/$'\E4'}"
term_size="${term_size/t*}" term_size="${term_size/t*}"
term_size="${term_size/\?}"
term_height="${term_size/';'*}" term_height="${term_size/';'*}"
term_height="${term_height/\?}"
term_width="${term_size/*';'}" term_width="${term_size/*';'}"
fi fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment