We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f477b47 commit 7bb1a92Copy full SHA for 7bb1a92
juhpc
@@ -145,6 +145,10 @@ check_var "JULIAUP_INSTALLDIR" "JUHPC_SETUP_INSTALLDIR"
145
check_dir "$JUHPC_SETUP_INSTALLDIR"
146
mkdir -p "$JUHPC_SETUP_INSTALLDIR" || { error "failed to create directory: $JUHPC_SETUP_INSTALLDIR"; }
147
148
+if [[ "$JULIAUP_INSTALLDIR" == "$JUHPC_SETUP_INSTALLDIR" ]]; then
149
+ error "JULIAUP_INSTALLDIR and JUHPC_SETUP_INSTALLDIR cannot have the same value."
150
+fi
151
+
152
153
# Download and install julia in /tmp using juliaup
154
0 commit comments