Skip to content

Commit d5b365a

Browse files
authored
Merge pull request #20 from JuliaParallel/initial
Improve robustness (2/2)
2 parents 80f4e0e + d8025f0 commit d5b365a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

juhpc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ info() {
198198
echo -e "$(ENV["JUHPC"]) \$message" >&2
199199
}
200200
201-
exportJULIAUP_EXE="$(ENV["JULIAUP_BINDIR"])/juliaup"
201+
export JULIAUP_EXE="$(ENV["JULIAUP_BINDIR"])/juliaup"
202202
203203
if [ ! -f "$JULIAUP_EXE" ]; then
204204
print_logo

0 commit comments

Comments
 (0)