mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
style(shell-completion): add missing semicolons
This commit is contained in:
@@ -25,7 +25,7 @@ __contains_word () {
|
||||
}
|
||||
|
||||
__get_entry_ids() {
|
||||
bootctl --no-pager list 2>/dev/null | { while read -r a b; do [[ $a == 'id:' ]] && echo " $b"; done }
|
||||
bootctl --no-pager list 2>/dev/null | { while read -r a b; do [[ $a == 'id:' ]] && echo " $b"; done; }
|
||||
}
|
||||
|
||||
_bootctl() {
|
||||
|
||||
Reference in New Issue
Block a user