OceanDataTools / openrvdas

An open source data acquisition system designed for use on research vessels and other scientific installations
http://openrvdas.org
Other
40 stars 21 forks source link

Install instructions fail on MacOS #329

Closed webbpinner closed 1 year ago

webbpinner commented 1 year ago

MacOS zsh doesn't support interactive comments by default. Lines such as BRANCH=master # stable master branch in the install script fail because of the trailing comment. The shell responds with zsh: command not found: #.

To get around this for the current session the following command must be issued: setopt INTERACTIVE_COMMENTS

Unsure if this affects other OSs/shells.