We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a35dd78 + b385bd0 commit 2878a5fCopy full SHA for 2878a5f
1 file changed
install_rms.sh
@@ -21,7 +21,7 @@
21
RMS_INSTALLER=${RMS_INSTALLER:-standard}
22
23
# RMS branch for standard or continuous installs. Set to "for_rmg" by default.
24
-RMS_BRANCH=${RMS_BRANCH:-for_rmg}
+export RMS_BRANCH=${RMS_BRANCH:-for_rmg}
25
26
# Get local RMS path if in developer mode
27
if [ "$RMS_INSTALLER" = "developer" ]; then
@@ -37,6 +37,7 @@ if [ "$RMS_INSTALLER" = "developer" ]; then
37
echo "Please set RMS_PATH to a valid ReactionMechanismSimulator.jl directory."
38
return 1
39
fi
40
+ export RMS_PATH
41
echo "Using local RMS path: $RMS_PATH"
42
43
0 commit comments