Systemd/shell-completion/bash
Zbigniew Jędrzejewski-Szmek 79c1638303 shell-completion: replace printf with echo
It is faster to use a bash built-in, then to invoke an external
program. The problem of unit names starting with a dash is solved
by prepending a space. Spaces are ignored anyway.

For zsh, replace echo "$unit", which is vulnerable to dashes,
with echo " $unit".
2013-04-10 19:47:16 -04:00
..
hostnamectl bash-completion: split completions and move to new location 2013-03-03 14:39:51 +01:00
journalctl shell-completion/bash/journalctl: suppress stderr 2013-03-19 15:04:02 +01:00
localectl bash-completion: split completions and move to new location 2013-03-03 14:39:51 +01:00
loginctl bash-completion: split completions and move to new location 2013-03-03 14:39:51 +01:00
systemctl shell-completion: replace printf with echo 2013-04-10 19:47:16 -04:00
systemd-coredumpctl bash-completion: split completions and move to new location 2013-03-03 14:39:51 +01:00
timedatectl bash-completion: split completions and move to new location 2013-03-03 14:39:51 +01:00
udevadm udev: make firmware loading optional and disable by default 2013-03-18 15:19:51 +01:00