aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/vidthumb
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/vidthumb')
-rwxr-xr-xplugins/vidthumb4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/vidthumb b/plugins/vidthumb
index a6eb0e4..6411eb1 100755
--- a/plugins/vidthumb
+++ b/plugins/vidthumb
@@ -23,5 +23,5 @@ lsix .nthumbs/*
# remove the thumbnails
rm -rf .nthumbs
-echo -n "Press any key to exit..."
-read dummy
+printf "Press any key to exit..."
+read -r _