summaryrefslogtreecommitdiffstats
path: root/rules/bash.make
diff options
context:
space:
mode:
authorCarsten Schlote <schlote@vahanus.net>2015-03-04 12:09:37 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2015-03-26 09:36:26 +0100
commitef6961c660de44bb738b67736d38f1fd0b10fce0 (patch)
tree46a5e0b6a3b41cc5ff25f91f67599f433c126a17 /rules/bash.make
parentca2eeabccfd464bd5b0cbe0432ba56029ab315b3 (diff)
downloadptxdist-ef6961c660de44bb738b67736d38f1fd0b10fce0.tar.gz
ptxdist-ef6961c660de44bb738b67736d38f1fd0b10fce0.tar.xz
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 <schlote@vahanus.net> [mol: add migrate helper] Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/bash.make')
-rw-r--r--rules/bash.make2
1 files changed, 1 insertions, 1 deletions
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 \