From 576a9d2c9e826520cf5ce82f0466122a32702e8a Mon Sep 17 00:00:00 2001 From: Greg Lewis Date: Sat, 8 Aug 2020 01:33:27 +0000 Subject: Fix rust launchers and bash completion PR: 244976 Submitted by: Lars Herschke --- java/icedtea-web/files/patch-completion_policyeditor.bash.in | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 java/icedtea-web/files/patch-completion_policyeditor.bash.in (limited to 'java/icedtea-web/files/patch-completion_policyeditor.bash.in') 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 -- cgit v1.2.3