From ef6961c660de44bb738b67736d38f1fd0b10fce0 Mon Sep 17 00:00:00 2001 From: Carsten Schlote Date: Wed, 4 Mar 2015 12:09:37 +0100 Subject: bash: Renamed option to avoid problem with bash-completion package This patch just changes the name of some bash config option, so that the bash-completion package won't conflict with the bash package anymore. Signed-off-by: Carsten Schlote [mol: add migrate helper] Signed-off-by: Michael Olbrich --- rules/bash.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rules/bash.make') diff --git a/rules/bash.make b/rules/bash.make index b51979448..4c1803801 100644 --- a/rules/bash.make +++ b/rules/bash.make @@ -63,7 +63,7 @@ BASH_AUTOCONF := \ --$(call ptx/endis, PTXCONF_BASH_MULTIBYTE)-multibyte \ --disable-net-redirections \ --$(call ptx/endis, PTXCONF_BASH_PROCSUBST)-process-substitution \ - --$(call ptx/endis, PTXCONF_BASH_COMPLETION)-progcomp \ + --$(call ptx/endis, PTXCONF_BASH_BASHCOMPLETION)-progcomp \ --$(call ptx/endis, PTXCONF_BASH_ESC)-prompt-string-decoding \ --$(call ptx/endis, PTXCONF_BASH_EDIT)-readline \ --$(call ptx/endis, PTXCONF_BASH_RESTRICTED)-restricted \ -- cgit v1.2.3