File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed
com.oracle.truffle.r.release/src Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -114,10 +114,6 @@ cp="$(IFS=: ; echo "${absolute_cp[*]}")"
114114cp=" $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
123119export R_HOME=" $JRE /languages/R"
Original file line number Diff line number Diff line change @@ -114,10 +114,6 @@ cp="$(IFS=: ; echo "${absolute_cp[*]}")"
114114cp=" $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
123119export R_HOME=" $JRE /languages/R"
You can’t perform that action at this time.
0 commit comments