We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6c335a6 + 832f5e0 commit 5bba64cCopy full SHA for 5bba64c
util/buildRelease/gen_release
@@ -165,8 +165,8 @@ chdir "$archive_dir";
165
print "Building the docs...\n";
166
# Set CHPL_COMM to none to avoid issues with gasnet generated makefiles not
167
# existing because we haven't built the third-party libs
168
-$ENV{CHPL_HOME} = "$archive_dir";
169
-$ENV{CHPL_COMM} = "none";
+$ENV{'CHPL_HOME'} = "$archive_dir";
+$ENV{'CHPL_COMM'} = "none";
170
print "CHPL_HOME is set to: $ENV{'CHPL_HOME'}\n";
171
172
SystemOrDie("make -j docs");
0 commit comments