mirror of
https://github.com/Fishwaldo/build.git
synced 2025-03-16 03:41:26 +00:00
Another typo
This commit is contained in:
parent
8b4a4ed16f
commit
48051e1931
1 changed files with 1 additions and 1 deletions
2
main.sh
2
main.sh
|
@ -179,7 +179,7 @@ if [[ -z $BRANCH ]]; then
|
|||
options=()
|
||||
[[ $KERNEL_TARGET == *default* ]] && options+=("default" "Vendor provided / legacy (3.4.x - 4.4.x)")
|
||||
[[ $KERNEL_TARGET == *next* ]] && options+=("next" "Mainline (@kernel.org) (4.x)")
|
||||
[[ $KERNEL_TARGET == *dev* && EXPERT=yes ]] && options+=("dev" "Development version (4.x)")
|
||||
[[ $KERNEL_TARGET == *dev* && $EXPERT=yes ]] && options+=("dev" "Development version (4.x)")
|
||||
# do not display selection dialog if only one kernel branch is available
|
||||
if [[ "${#options[@]}" == 2 ]]; then
|
||||
BRANCH="${options[0]}"
|
||||
|
|
Loading…
Add table
Reference in a new issue