summaryrefslogtreecommitdiff
blob: fd3653fb28242302c6782abc6463d4cf7d6c5cd0 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- 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."