diff options
Diffstat (limited to 'plugins/thumb')
-rwxr-xr-x | plugins/thumb | 4 |
1 files changed, 2 insertions, 2 deletions
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 |