You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Parts of the system assume the dllsuffix is one or two underscores when it is not passed. This can lead to issues when reusing build artefacts as the extraction code assumes the underscores if no suffix is passed (e.g. #36).
Alternately the script could default to the underscores if the second arg is blank or null. If the user wants no dllsuffix then they can pass "none". That would be simpler to implement.
Parts of the system assume the dllsuffix is one or two underscores when it is not passed. This can lead to issues when reusing build artefacts as the extraction code assumes the underscores if no suffix is passed (e.g. #36).
Some means to differentiate not passed from passed would be handy as I have not found a good way yet. Alternately a getopts approach could be tried.
https://www.baeldung.com/linux/bash-parse-command-line-arguments
The text was updated successfully, but these errors were encountered: