mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 06:47:09 +03:00
53f7baa6b8
When using `pass --help` for example the PROGRAM name is ".wrapped-pass" instead of "pass".
14 lines
276 B
Diff
14 lines
276 B
Diff
diff --git a/src/password-store.sh b/src/password-store.sh
|
|
index 6313384..6607a98 100755
|
|
--- a/src/password-store.sh
|
|
+++ b/src/password-store.sh
|
|
@@ -573,7 +573,7 @@ cmd_git() {
|
|
# END subcommand functions
|
|
#
|
|
|
|
-PROGRAM="${0##*/}"
|
|
+PROGRAM="pass"
|
|
COMMAND="$1"
|
|
|
|
case "$1" in
|