Commit ee662475 authored by Ed Reel's avatar Ed Reel Committed by Chris Thurber

Add HOME to the list of crew constants (#3096)

parent 0bd70fef
...@@ -261,6 +261,7 @@ def const (var) ...@@ -261,6 +261,7 @@ def const (var)
'CREW_NPROC', 'CREW_NPROC',
'CREW_PREFIX', 'CREW_PREFIX',
'CREW_VERSION', 'CREW_VERSION',
'HOME',
'USER' 'USER'
] ]
vars.each { |var| vars.each { |var|
......
# Defines common constants used in different parts of crew # Defines common constants used in different parts of crew
CREW_VERSION = '1.1.0' CREW_VERSION = '1.1.1'
ARCH = `uname -m`.strip ARCH = `uname -m`.strip
ARCH_LIB = if ARCH == 'x86_64' then 'lib64' else 'lib' end ARCH_LIB = if ARCH == 'x86_64' then 'lib64' else 'lib' end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment