From 1cca9e4b72b106374f203890b266f18609deefe3 Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Fri, 22 Nov 2019 02:14:25 +0530 Subject: shellcheck fixes --- plugins/imgresize | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/imgresize') diff --git a/plugins/imgresize b/plugins/imgresize index 01917e7..def5560 100755 --- a/plugins/imgresize +++ b/plugins/imgresize @@ -21,8 +21,8 @@ res= minsize=1048576 if [ -z "$res" ]; then - echo -n "desktop resolution (hxv): " - read res + printf "desktop resolution (hxv): " + read -r res fi if ! [ -z "$res" ] && ! [ -z "$minsize" ]; then -- cgit v1.2.3-70-g09d2