diff options
author | Mario Melara <maamelara@gmail.com> | 2016-02-25 18:49:52 -0800 |
---|---|---|
committer | Mario Melara <maamelara@gmail.com> | 2016-02-25 18:49:52 -0800 |
commit | b591d2b5015fdde5d551dd81a8906ac0b2a51260 (patch) | |
tree | 7487a2b40d8da99ff314b807bd7ac5c264ead2a9 /lib | |
parent | ccd4a79b39b56a8408980ed27b0c5de5a1995fbc (diff) | |
download | spack-b591d2b5015fdde5d551dd81a8906ac0b2a51260.tar.gz spack-b591d2b5015fdde5d551dd81a8906ac0b2a51260.tar.bz2 spack-b591d2b5015fdde5d551dd81a8906ac0b2a51260.tar.xz spack-b591d2b5015fdde5d551dd81a8906ac0b2a51260.zip |
Changed operating_system path
Diffstat (limited to 'lib')
-rw-r--r-- | lib/spack/spack/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/spack/spack/__init__.py b/lib/spack/spack/__init__.py index 6ad9b87ca2..48fa9edb67 100644 --- a/lib/spack/spack/__init__.py +++ b/lib/spack/spack/__init__.py @@ -39,7 +39,7 @@ build_env_path = join_path(lib_path, "env") module_path = join_path(lib_path, "spack") platform_path = join_path(module_path, 'platforms') compilers_path = join_path(module_path, "compilers") -operating_system_path = join_path(module_path, 'operating_system') +operating_system_path = join_path(module_path, 'operating_systems') test_path = join_path(module_path, "test") hooks_path = join_path(module_path, "hooks") var_path = join_path(prefix, "var", "spack") |