summary refs log tree commit diff
path: root/pkgs/tools/security/pass/program-name.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/security/pass/program-name.patch')
-rw-r--r--pkgs/tools/security/pass/program-name.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/pkgs/tools/security/pass/program-name.patch b/pkgs/tools/security/pass/program-name.patch
new file mode 100644
index 000000000000..db01942f638d
--- /dev/null
+++ b/pkgs/tools/security/pass/program-name.patch
@@ -0,0 +1,13 @@
+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