summaryrefslogtreecommitdiff
path: root/askpass
diff options
context:
space:
mode:
Diffstat (limited to 'askpass')
-rwxr-xr-xaskpass4
1 files changed, 2 insertions, 2 deletions
diff --git a/askpass b/askpass
index 2c14e6f..bbc52a2 100755
--- a/askpass
+++ b/askpass
@@ -1,6 +1,6 @@
#!/bin/sh
-# This script is the SUDO_ASKPASS variable, meaning that it will be used as a
+# This script is the SSH_ASKPASS and SUDO_ASKPASS variables, meaning that it will be used as a
# password prompt if needed.
-dmenu -fn Monospace-18 -P -p "$1" <&- && echo
+dmenu -fn Monospace-18 -P -p "$1" <&-