spack/bin
John W. Parent 6b03c9f285
Windows: spack.bat CLI handling robustness (#36281)
* Current develop spack.bat file cannot handle any reserved characters
  being passed via the CLI, particularly '=' and '?'. To address this,
  re-do the CLI parsing for loop to use custom logic to allow for more
  granular handling of CLI args.
* We take a less-than-ideal approach to escaping local scope and
  handling unset variables as well as the actual parsing of CL
  arguments. To address this, don't quote the args and then try to
  parse the quotes we just added (resulting in spack flags being
  undefined). Instead, leverage batch script features. Since we are
  not unnecessarily quoting things, we don't need to think about
  removing them, and in the case of paths with spaces, we should _not_
  be removing the quotes as we currently do.
2023-03-28 16:50:37 -07:00
..
haspywin.py license year bump (#34921) 2023-01-18 14:30:17 -08:00
sbang license year bump (#34921) 2023-01-18 14:30:17 -08:00
spack license year bump (#34921) 2023-01-18 14:30:17 -08:00
spack-python license year bump (#34921) 2023-01-18 14:30:17 -08:00
spack-tmpconfig Allow users to specify root env dir (#32836) 2023-02-22 00:37:14 +00:00
spack.bat Windows: spack.bat CLI handling robustness (#36281) 2023-03-28 16:50:37 -07:00
spack_cmd.bat Remove Spack external find from startup 2023-01-09 09:14:17 -08:00
spack_pwsh.ps1 license year bump (#34921) 2023-01-18 14:30:17 -08:00