diff options
author | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2014-03-03 22:16:04 +0100 |
---|---|---|
committer | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2014-03-03 22:18:37 +0100 |
commit | 3bfe58cbd4a9b1d2520f425f95de718f3a583d39 (patch) | |
tree | 26ce530bacd00dc9f8732eb9e65150a31d6eefd9 /Makefile.am | |
parent | 64ae7f1864d54f38d62e258322a7ea9756c7284b (diff) |
add bash completion for systemd-detect-virt
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 5a02d1ef32..59cde40f3a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -364,6 +364,7 @@ dist_bashcompletion_DATA = \ shell-completion/bash/systemd-cgls \ shell-completion/bash/systemd-cgtop \ shell-completion/bash/systemd-delta \ + shell-completion/bash/systemd-detect-virt \ shell-completion/bash/systemd-nspawn \ shell-completion/bash/systemd-run \ shell-completion/bash/udevadm \ |