mirror of
https://github.com/Dasharo/systemd.git
synced 2026-03-06 15:02:31 -08:00
bash-completion: use builtins when generating list
This commit is contained in:
@@ -24,7 +24,7 @@ __contains_word () {
|
||||
}
|
||||
|
||||
__get_names() {
|
||||
systemd-path | cut -d: -f1 | sort -u
|
||||
systemd-path | { while IFS=: read -r a b; do echo " $a"; done; }
|
||||
}
|
||||
|
||||
_systemd_path() {
|
||||
|
||||
Reference in New Issue
Block a user