mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-08-04 12:22:39 +03:00
bash-completion: unify indentation
This commit is contained in:
@ -114,7 +114,7 @@ __get_all_unit_files () { { __systemctl $1 list-unit-files "$2*"; } | { while re
|
|||||||
__get_machines() {
|
__get_machines() {
|
||||||
local a b
|
local a b
|
||||||
{ machinectl list-images --no-legend --no-pager; machinectl list --no-legend --no-pager; } | \
|
{ machinectl list-images --no-legend --no-pager; machinectl list --no-legend --no-pager; } | \
|
||||||
{ while read a b; do echo " $a"; done; }
|
{ while read a b; do echo " $a"; done; }
|
||||||
}
|
}
|
||||||
|
|
||||||
_systemctl () {
|
_systemctl () {
|
||||||
|
Reference in New Issue
Block a user