commit 8502d021b4461c9d4cbb53ca8ad49595727cbfdf parent 10b452f265b23038820bb4dccaa4878a47cf7d1c Author: Cem Keylan <cem@ckyln.com> Date: Tue, 10 Mar 2020 09:56:47 +0300 pm-ask: show name Diffstat:
M | pm/contrib/pm-ask | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pm/contrib/pm-ask b/pm/contrib/pm-ask @@ -1,7 +1,7 @@ #!/bin/sh [ "$1" ] || exit 1 stty -echo -printf 'Enter your password: ' +printf 'Enter your password for %s: ' "$1" read pass printf '\nEnter your password again: ' read pass2