Support *.TAR.gz extension. (#7973)
This commit is contained in:
parent
17ce5fd912
commit
c451644f12
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
|||
from spack.util.executable import which
|
||||
|
||||
# Supported archive extensions.
|
||||
PRE_EXTS = ["tar"]
|
||||
PRE_EXTS = ["tar", "TAR"]
|
||||
EXTS = ["gz", "bz2", "xz", "Z", "zip", "tgz"]
|
||||
|
||||
# Add PRE_EXTS and EXTS last so that .tar.gz is matched *before* .tar or .gz
|
||||
|
|
Loading…
Reference in a new issue