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/thumb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/thumb') diff --git a/plugins/thumb b/plugins/thumb index 10bb651..8882115 100755 --- a/plugins/thumb +++ b/plugins/thumb @@ -12,6 +12,6 @@ if ! [ -z "$1" ]; then lsix "$1" fi - echo -n "Press any key to exit..." - read dummy + printf "Press any key to exit..." + read -r _ fi -- cgit v1.3.1