diff options
author | Thomas Andersen <phomes@localhost.localdomain> | 2014-03-01 03:27:49 +0100 |
---|---|---|
committer | Thomas Andersen <phomes@localhost.localdomain> | 2014-03-01 03:30:41 +0100 |
commit | 0d6883b6a870b66c8c70e43695d22de96aab68e7 (patch) | |
tree | 2ee2599f16ad879c55322d2fa1fb4087e0d6a133 /Makefile.am | |
parent | 13e8ceb84e56907d73b6b07418deb37faaf0e66d (diff) |
bash: add completion for systemd-nspawn
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 6be64070f4..68698f1e92 100644 --- a/Makefile.am +++ b/Makefile.am @@ -354,6 +354,7 @@ dist_bashcompletion_DATA = \ shell-completion/bash/systemctl \ shell-completion/bash/systemd-analyze \ shell-completion/bash/systemd-delta \ + shell-completion/bash/systemd-nspawn \ shell-completion/bash/systemd-run \ shell-completion/bash/udevadm \ shell-completion/bash/kernel-install |