Skip to content

Commit 7479476

Browse files
fangereransalond
authored andcommitted
Do not initialize FASTR_INTERNAL_ARGS if missing.
(cherry picked from commit 92c0894)
1 parent 8d47c14 commit 7479476

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

com.oracle.truffle.r.release/src/R_legacy

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,10 +114,6 @@ cp="$(IFS=: ; echo "${absolute_cp[*]}")"
114114
cp="$JAVA_HOME/jre/languages/R/fastr-launcher.jar:$cp"
115115

116116
## REMOVE FOR NATIVE IMAGE: END
117-
# internal variable used to pass args to child R processes
118-
if [ -z "$FASTR_INTERNAL_ARGS" ]; then
119-
FASTR_INTERNAL_ARGS=""
120-
fi
121117

122118
# we can invoke FastR directly, but we do have to set R_HOME
123119
export R_HOME="$JRE/languages/R"

com.oracle.truffle.r.release/src/Rscript_legacy

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,10 +114,6 @@ cp="$(IFS=: ; echo "${absolute_cp[*]}")"
114114
cp="$JAVA_HOME/jre/languages/R/fastr-launcher.jar:$cp"
115115

116116
## REMOVE FOR NATIVE IMAGE: END
117-
# internal variable used to pass args to child R processes
118-
if [ -z "$FASTR_INTERNAL_ARGS" ]; then
119-
FASTR_INTERNAL_ARGS=""
120-
fi
121117

122118
# we can invoke FastR directly, but we do have to set R_HOME
123119
export R_HOME="$JRE/languages/R"

0 commit comments

Comments
 (0)