Skip to content

Commit d8025f0

Browse files
committed
Improve robustness
1 parent 88e15e8 commit d8025f0

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)