diff options
-rwxr-xr-x | home/xyz/.local/bin/matlab | 2 |
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 |