File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed
Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ cat $SCRIPTS_DIR/set_build_r.sh >> ~/.bashrc
2424cat $SCRIPTS_DIR /welcome_msg.sh >> ~ /.bashrc
2525
2626# bash ~/.bashrc
27-
2827# Remove git directory if it exists
2928rm -rf .git
3029
@@ -42,14 +41,10 @@ local_script
4241
4342# Remove the .vscode/settings.json file if it exists so that
4443# it does not interfere with the devcontainer.json
45- <<< <<< < HEAD
4644rm -f " $WORK_DIR /.vscode/settings.json"
4745
4846# 1. Build the ptrace helper library
4947gcc -shared -fPIC -o " $SCRIPTS_DIR /allow_ptrace.so" " $SCRIPTS_DIR /allow_ptrace.c"
5048
5149# 2. Mark the wrapper executable
5250chmod +x " $SCRIPTS_DIR /launch_r.sh"
53- =======
54- rm -f .vscode/settings.json
55- >>>>>>> 964acc0 ([pre-commit.ci] Fixing issues with pre-commit)
You can’t perform that action at this time.
0 commit comments