dwcaress / MB-System

MB-System is an open source software package for the processing and display of bathymetry and backscatter imagery data derived from multibeam, interferometry, and sidescan sonars.
https://www.mbari.org/products/research-software/mb-system/
Other
127 stars 45 forks source link

Address issues in mbcmake.sh #1405

Closed klheadley closed 12 months ago

klheadley commented 1 year ago

This change set addresses issues with the mbcmake.sh script on macOS and linux:

In this version: Use an option array to eliminate parsing errors Use ON/OFF for boolean values (e.g. in help message) Boolean value assignment accepts value provided on command line Add a handler for verbose option

Tested using macOS Monterey bash 5.2.9 and Ubuntu 22.04 bash 5.1.16