summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxyz <gky44px1999@gmail.com>2022-09-21 23:44:48 -0700
committerxyz <gky44px1999@gmail.com>2022-09-21 23:44:48 -0700
commitf9a466ab4a4088c5b293b2a742a43816f5d7457d (patch)
tree58cd6b70de6d27e2329261b9669fa6a7cb70fe79
parent989fffee0a3505bb3fa32b5d3307d09b916ab172 (diff)
fuck matlab
-rwxr-xr-xhome/xyz/.local/bin/matlab2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/xyz/.local/bin/matlab b/home/xyz/.local/bin/matlab
index 1f2275fe..87bb4cd7 100755
--- a/home/xyz/.local/bin/matlab
+++ b/home/xyz/.local/bin/matlab
@@ -17,7 +17,7 @@ bin_dir="$HOME/programs/MATLAB/R2022a/bin"
addon_dir="$HOME/MATLAB Add-Ons"
[ -d "$startup_dir" ] || mkdir "$startup_dir"
-# my workaround for simulink gyroscope compile errors: "avr-gcc: error: I2Cdev.o: No such file or directory" "Code generation information file does not exist."
+# my workaround for simulink gyroscope compile errors: "avr-gcc: error: I2Cdev.o: No such file or directory" (also for other .o files) "Code generation information file does not exist."
# I guess it is still cross filesystem hardlink error
# need to set path in matlab manually once for "$startup_dir/$addon_dir" sub dirs inside
[ -d "$startup_dir/$addon_dir" ] || cp -r "$addon_dir" "$startup_dir"