diff options
author | Jeremy Rosen <jeremy.rosen@smile.fr> | 2018-04-24 11:28:22 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-04-28 18:02:42 +0200 |
commit | 989470cf14a34f9f7a071a9be1e55425fd242915 (patch) | |
tree | 9e381d7a1529e75665323817895cd3a092b52833 /package/bash-completion/Config.in | |
parent | cf9b5522d1f8488b1c7e74822eff9f3ac69d8821 (diff) | |
download | buildroot-989470cf14a34f9f7a071a9be1e55425fd242915.tar.gz buildroot-989470cf14a34f9f7a071a9be1e55425fd242915.zip |
package/bash-completion: new package
Signed-off-by: Jeremy Rosen <jeremy.rosen@smile.fr>
Signed-off-by: Romain Naour <romain.naour@smile.fr>
[Thomas: transfer the explanation from the commit log into the
Config.in help text, after rewording it.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'package/bash-completion/Config.in')
-rw-r--r-- | package/bash-completion/Config.in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/package/bash-completion/Config.in b/package/bash-completion/Config.in new file mode 100644 index 0000000000..c907c04a54 --- /dev/null +++ b/package/bash-completion/Config.in @@ -0,0 +1,15 @@ +config BR2_PACKAGE_BASH_COMPLETION + bool "bash completion" + depends on BR2_PACKAGE_BASH + help + Add bash completion infrastructure. + + The bash completion infrastructure is enabled by + /etc/profile.d/bash_completion.sh, which is normally + sourced by /etc/profile. + + If the system does not use the /etc/profile.d directory + mechanism, the /etc/profile.d/bash_completion.sh script can + be sourced from /etc/bashrc or ~/.bashrc. + + https://github.com/scop/bash-completion |