diff options
-rw-r--r-- | lib/spack/spack/cmd/commands.py | 4 | ||||
-rw-r--r--[-rwxr-xr-x] | share/spack/setup-env.csh | 0 | ||||
-rw-r--r--[-rwxr-xr-x] | share/spack/setup-env.fish | 0 | ||||
-rw-r--r--[-rwxr-xr-x] | share/spack/setup-env.sh | 0 | ||||
-rw-r--r--[-rwxr-xr-x] | share/spack/setup-tutorial-env.sh | 0 | ||||
-rw-r--r--[-rwxr-xr-x] | share/spack/spack-completion.bash | 0 | ||||
-rw-r--r--[-rwxr-xr-x] | share/spack/spack-completion.fish | 0 |
7 files changed, 0 insertions, 4 deletions
diff --git a/lib/spack/spack/cmd/commands.py b/lib/spack/spack/cmd/commands.py index f9979339ed..c6e775dd43 100644 --- a/lib/spack/spack/cmd/commands.py +++ b/lib/spack/spack/cmd/commands.py @@ -11,7 +11,6 @@ import sys from argparse import ArgumentParser, Namespace from typing import IO, Any, Callable, Dict, Iterable, List, Optional, Sequence, Set, Tuple, Union -import llnl.util.filesystem as fs import llnl.util.tty as tty from llnl.util.argparsewriter import ArgparseRstWriter, ArgparseWriter, Command from llnl.util.tty.colify import colify @@ -867,9 +866,6 @@ def _commands(parser: ArgumentParser, args: Namespace) -> None: prepend_header(args, f) formatter(args, f) - if args.update_completion: - fs.set_executable(args.update) - else: prepend_header(args, sys.stdout) formatter(args, sys.stdout) diff --git a/share/spack/setup-env.csh b/share/spack/setup-env.csh index 14dcee56b7..14dcee56b7 100755..100644 --- a/share/spack/setup-env.csh +++ b/share/spack/setup-env.csh diff --git a/share/spack/setup-env.fish b/share/spack/setup-env.fish index a7aac67430..a7aac67430 100755..100644 --- a/share/spack/setup-env.fish +++ b/share/spack/setup-env.fish diff --git a/share/spack/setup-env.sh b/share/spack/setup-env.sh index f3e87fe514..f3e87fe514 100755..100644 --- a/share/spack/setup-env.sh +++ b/share/spack/setup-env.sh diff --git a/share/spack/setup-tutorial-env.sh b/share/spack/setup-tutorial-env.sh index 6979da5329..6979da5329 100755..100644 --- a/share/spack/setup-tutorial-env.sh +++ b/share/spack/setup-tutorial-env.sh diff --git a/share/spack/spack-completion.bash b/share/spack/spack-completion.bash index 7a33021f4c..7a33021f4c 100755..100644 --- a/share/spack/spack-completion.bash +++ b/share/spack/spack-completion.bash diff --git a/share/spack/spack-completion.fish b/share/spack/spack-completion.fish index a2ffebda7c..a2ffebda7c 100755..100644 --- a/share/spack/spack-completion.fish +++ b/share/spack/spack-completion.fish |