diff options
author | Adam J. Stewart <ajstewart426@gmail.com> | 2023-08-09 08:28:55 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-09 08:28:55 -0500 |
commit | 39d4c402d568c520377378e4246c198f2f07de06 (patch) | |
tree | 9043e4fd9316eead037dfe93cb8a4ee2ac4f3db5 /share | |
parent | e51748ee8f89e0d3db4e426e3d04157129a45622 (diff) | |
download | spack-39d4c402d568c520377378e4246c198f2f07de06.tar.gz spack-39d4c402d568c520377378e4246c198f2f07de06.tar.bz2 spack-39d4c402d568c520377378e4246c198f2f07de06.tar.xz spack-39d4c402d568c520377378e4246c198f2f07de06.zip |
Fix suffix of tab completion scripts (#39154)
Diffstat (limited to 'share')
-rwxr-xr-x | share/spack/bash/spack-completion.bash (renamed from share/spack/bash/spack-completion.in) | 2 | ||||
-rw-r--r-- | share/spack/fish/spack-completion.fish (renamed from share/spack/fish/spack-completion.in) | 2 | ||||
-rwxr-xr-x | share/spack/spack-completion.bash | 2 | ||||
-rwxr-xr-x | share/spack/spack-completion.fish | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/share/spack/bash/spack-completion.in b/share/spack/bash/spack-completion.bash index 048c865649..0d740101fa 100755 --- a/share/spack/bash/spack-completion.in +++ b/share/spack/bash/spack-completion.bash @@ -7,7 +7,7 @@ # NOTE: spack-completion.bash is auto-generated by: # # $ spack commands --aliases --format=bash -# --header=bash/spack-completion.in --update=spack-completion.bash +# --header=bash/spack-completion.bash --update=spack-completion.bash # # Please do not manually modify this file. diff --git a/share/spack/fish/spack-completion.in b/share/spack/fish/spack-completion.fish index f08c8b1f11..ee06dade57 100644 --- a/share/spack/fish/spack-completion.in +++ b/share/spack/fish/spack-completion.fish @@ -6,7 +6,7 @@ # NOTE: spack-completion.fish is auto-generated by: # # $ spack commands --aliases --format=fish -# --header=fish/spack-completion.in --update=spack-completion.fish +# --header=fish/spack-completion.fish --update=spack-completion.fish # # Please do not manually modify this file. diff --git a/share/spack/spack-completion.bash b/share/spack/spack-completion.bash index 9e184aa9a7..f504bea390 100755 --- a/share/spack/spack-completion.bash +++ b/share/spack/spack-completion.bash @@ -7,7 +7,7 @@ # NOTE: spack-completion.bash is auto-generated by: # # $ spack commands --aliases --format=bash -# --header=bash/spack-completion.in --update=spack-completion.bash +# --header=bash/spack-completion.bash --update=spack-completion.bash # # Please do not manually modify this file. diff --git a/share/spack/spack-completion.fish b/share/spack/spack-completion.fish index 9b4027dfe3..d743cf0f52 100755 --- a/share/spack/spack-completion.fish +++ b/share/spack/spack-completion.fish @@ -6,7 +6,7 @@ # NOTE: spack-completion.fish is auto-generated by: # # $ spack commands --aliases --format=fish -# --header=fish/spack-completion.in --update=spack-completion.fish +# --header=fish/spack-completion.fish --update=spack-completion.fish # # Please do not manually modify this file. |