changeset 1396:69a8f501e9d2

fixed PR3365: icedteaweb-completion.in: _itweb-settings renamed to _itwebsettings
author Jiri Vanek <jvanek@redhat.com>
date Mon, 24 Apr 2017 10:02:33 +0200
parents f34f9ca3c3ef
children 1e0fcdc4f72e
files ChangeLog icedteaweb-completion.in
diffstat 2 files changed, 7 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Mon Apr 10 18:55:17 2017 +0200
+++ b/ChangeLog	Mon Apr 24 10:02:33 2017 +0200
@@ -1,3 +1,8 @@
+2017-04-24  Jiri Vanek <jvanek@redhat.com>
+
+	fixed PR3365
+	* icedteaweb-completion.in: _itweb-settings renamed to _itwebsettings
+
 2017-04-10  Jiri Vanek <jvanek@redhat.com>
 
 	Reproduced issue PR3351
--- a/icedteaweb-completion.in	Mon Apr 10 18:55:17 2017 +0200
+++ b/icedteaweb-completion.in	Mon Apr 24 10:02:33 2017 +0200
@@ -1,7 +1,7 @@
 #/bin/bash
 #place this file over to /etc/bash_completion.d/ to make this file useful
 #Note: If you do not have bash-completion you will need to install it
-_itweb-settings()
+_itwebsettings()
 {
     local cur prev opts base
     cur="${COMP_WORDS[COMP_CWORD]}"
@@ -13,7 +13,7 @@
     COMPREPLY=($(compgen -W "${opts}" -- ${cur}))
     return 0
 }
-complete -F _itweb-settings itweb-settings
+complete -F _itwebsettings itweb-settings
 
 _policyeditor()
 {