Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3810f007 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Add newer partitions to the `fastboot flash` completions."

parents 8daf7429 f0b9c7cc
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -109,7 +109,7 @@ _fastboot_cmd_flash() {


    cur="${COMP_WORDS[COMP_CWORD]}"
    cur="${COMP_WORDS[COMP_CWORD]}"
    if [[ $i -eq $COMP_CWORD ]]; then
    if [[ $i -eq $COMP_CWORD ]]; then
        partitions="boot bootloader dtbo modem radio recovery system vbmeta vendor"
        partitions="boot bootloader dtbo modem odm oem product radio recovery system vbmeta vendor"
        COMPREPLY=( $(compgen -W "$partitions" -- $cur) )
        COMPREPLY=( $(compgen -W "$partitions" -- $cur) )
    else
    else
        _fastboot_util_complete_local_file "${cur}" '!*.img'
        _fastboot_util_complete_local_file "${cur}" '!*.img'