mdsplus
mdsplus copied to clipboard
Build: add hashbang to scripts that need them for opinionated packaging systems
Homebrew is quite opinionated about installing scripts in unix systems that are textual but do not have a hashbang (#!/bin/sh for example) start.
These are the offending files that won't have their permissions set to executable unless they are amended. These changes are inline with the other scripts, so making the entire system more self-consistent.
Hi @dgarnier -- Thanks for the PR. The changes look good to me. Stephen has a bunch of post-CMake PRs, so I defer to him regarding approval of the PR (and schedule for merging it to alpha).