diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/spack | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -38,4 +38,4 @@ spack.verbose = args.verbose # Try to load the particular command asked for and run it command = spack.cmd.get_command(args.command) -command(args) +command(parser, args) |