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