diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2020-08-08 01:33:27 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2020-08-08 01:33:27 +0000 |
commit | 576a9d2c9e826520cf5ce82f0466122a32702e8a (patch) | |
tree | 0bdad6b8e6b33e380eb26d8b896977ed5acb1005 /java/icedtea-web/files/patch-completion_policyeditor.bash.in | |
parent | net/wlvncc: update to s20200807 (diff) |
Fix rust launchers and bash completion
PR: 244976
Submitted by: Lars Herschke <lhersch@dssgmbh.de>
Diffstat (limited to 'java/icedtea-web/files/patch-completion_policyeditor.bash.in')
-rw-r--r-- | java/icedtea-web/files/patch-completion_policyeditor.bash.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/java/icedtea-web/files/patch-completion_policyeditor.bash.in b/java/icedtea-web/files/patch-completion_policyeditor.bash.in new file mode 100644 index 000000000000..99014843ed42 --- /dev/null +++ b/java/icedtea-web/files/patch-completion_policyeditor.bash.in @@ -0,0 +1,8 @@ +--- completion/policyeditor.bash.in.orig 2020-06-04 13:08:14.000000000 +0200 ++++ completion/policyeditor.bash.in 2020-07-31 20:02:45.694743000 +0200 +@@ -10,4 +10,4 @@ + COMPREPLY=($(compgen -W "${opts}" -- ${cur})) + return 0 + } +-complete -F _policyeditor policyeditor ++complete -F _policyeditor itweb-policyeditor |