diff options
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 |