From bd49c40537ff78060b851b85fd5fdb654f34eaf4 Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Sat, 3 Nov 2012 22:10:32 +0100 Subject: [PATCH] bash-completion > shell-completion --- Makefile.am | 2 +- .../systemd-bash-completion.sh | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename {bash-completion => shell-completion}/systemd-bash-completion.sh (100%) diff --git a/Makefile.am b/Makefile.am index 9a054ae93..e4c7e564f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -241,7 +241,7 @@ systemgenerator_PROGRAMS = \ systemd-system-update-generator dist_bashcompletion_DATA = \ - bash-completion/systemd-bash-completion.sh + shell-completion/systemd-bash-completion.sh dist_tmpfiles_DATA = \ tmpfiles.d/systemd.conf \ diff --git a/bash-completion/systemd-bash-completion.sh b/shell-completion/systemd-bash-completion.sh similarity index 100% rename from bash-completion/systemd-bash-completion.sh rename to shell-completion/systemd-bash-completion.sh -- 2.30.2