Skip to content

Commit cea7995

Browse files
committed
Merge branch 'feature/lldb-new' of https://github.com/r-devel/r-dev-env into feature/lldb-new
2 parents a598dee + 0746c91 commit cea7995

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/which_r.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ which_r() {
6161

6262
# Define launch script path here where it's actually used
6363
launch_script="$WORK_DIR/scripts/launch_r.sh"
64-
64+
6565
# Update launch_r.sh to call the selected R binary
6666
if [ -f "$launch_script" ]; then
6767
sed -i "s|^exec .*/R|exec $selected_version|" "$launch_script"

0 commit comments

Comments
 (0)