Systemd/shell-completion
Александр Тихонов 88e4dbd505 Fixi caching in zsh completion (#5122)
I found several issues with zsh completion code:

1. typo in cache filename: "SYS_ALL_PROPRTIES", so cache just not loading from this file
2. cache stored in one file, despite user or system mode. So it can be loaded later in wrong mode
3. most serious problem: broken logic - it retrieves cache when _cache_invalid is true

How to reproduce: type "systemctl --user status <TAB>" and you will see user units. Then press 
control+C and type "systemctl --system status <TAB>" in same session and you'll see user units again
2017-01-21 14:53:09 -05:00
..
bash bash_completion: journalctl: Complete -t option values 2017-01-21 16:38:23 +09:00
zsh Fixi caching in zsh completion (#5122) 2017-01-21 14:53:09 -05:00
Makefile build-sys: add missing makefile symlinks 2014-02-26 02:19:28 +01:00