mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

6 lines
212 B

  1. # no pkgcheck, bash is mandatory
  2. menu_begin MENU_PKG_BASH 'Bash Options'
  3. bool 'Enable programmable completion' ROCKCFG_PKG_BASH_PROGCOMP 1
  4. bool 'Enable help builtin command' ROCKCFG_PKG_BASH_HELP_CMD 1
  5. menu_end