npryce / adr-tools

Command-line tools for working with Architecture Decision Records
Other
4.53k stars 578 forks source link

Use a proper shebang: `#!/usr/bin/env bash` #100

Closed casidiablo closed 3 years ago

casidiablo commented 4 years ago

Not all systems have bash at /bin/bash (mine does not, for instance). Some systems are known to have an older version of bash than that installed via thei package manager.

Patater commented 4 years ago

This looks like it duplicates the earlier PR https://github.com/npryce/adr-tools/pull/93

casidiablo commented 4 years ago

Indeed