LLDB-Eigen-Pretty-Printer icon indicating copy to clipboard operation
LLDB-Eigen-Pretty-Printer copied to clipboard

Incorrect use of "Shebang"

Open ghuber-github opened this issue 1 year ago • 0 comments

https://github.com/fantaosha/LLDB-Eigen-Pretty-Printer/blob/e6766b7e985d4c5a65ef2b564045e06b9876fa46/tools/install.sh#L1

This line should read #!/bin/bash or even better #!/usr/bin/env bash (found it because the install script didn't work in my zsh environment.

ghuber-github avatar May 09 '23 05:05 ghuber-github