1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-07-29 19:42:44 +03:00
Files
systemd-stable/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
..