Skip to content
Snippets Groups Projects
Verified Commit 7a02b3bf authored by Houtan Bastani's avatar Houtan Bastani
Browse files

various fixes to dynareParallelDelete.m

- did not account for cases when username not set (namely when remote is localhost)
- did not account for cases when remote directory was not set (namely when remote is localhost)
- added unnecessary `filesep` to `pname` when `pname` was empty
- ignore unused output arguments (it is necessary to explicitly ignore them to prevent unwanted output from the `system` call)
- globbing did not work as it was expanded on the calling machine not the remote; pass call to `bash -c` to handle this
parent 3d9fe36e
No related branches found
No related tags found
No related merge requests found
Pipeline #3283 passed