You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-misc/vlock/files/vlock-2.2.3-echo-printf.patch

12 lines
375 B

--- a/vlock 2020-06-22 10:03:48.700469805 -0000
+++ b/vlock 2020-06-22 10:03:57.880385148 -0000
@@ -17,7 +17,7 @@
set -e
# Magic characters to clear the terminal.
-CLEAR_SCREEN="`echo -e '\033[H\033[J'`"
+CLEAR_SCREEN="`printf '\033[H\033[J'`"
# Enter message that is common to different the messages.
VLOCK_ENTER_PROMPT="Please press [ENTER] to unlock."