summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxyz <gky44px1999@gmail.com>2022-09-21 23:44:08 -0700
committerxyz <gky44px1999@gmail.com>2022-09-21 23:44:08 -0700
commit989fffee0a3505bb3fa32b5d3307d09b916ab172 (patch)
treea099e20a358c0f4c08ca2b04dd53389798c242c6
parent5fe696c97e0776b85becaa64a7e1a31ba6446792 (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 906f1be8..1f2275fe 100755
--- a/home/xyz/.local/bin/matlab
+++ b/home/xyz/.local/bin/matlab
@@ -19,7 +19,7 @@ addon_dir="$HOME/MATLAB Add-Ons"
# my workaround for simulink gyroscope compile errors: "avr-gcc: error: I2Cdev.o: No such file or directory" "Code generation information file does not exist."
# I guess it is still cross filesystem hardlink error
-# need to set path once for the "$startup_dir/$addon_dir" sub dirs
+# 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"
if ! cmd "$@"; then