misc: Use /usr/bin/env for a more generic shebang
Use path based SHELL in Makefiles. It was suggested that this is a better solution for make for cases when there is no /usr/bin/env. See: https://github.com/purpleidea/mgmt/pull/694#discussion_r1015596204
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# This is a helper script to run mgmt and capture and filter stack traces. Any
|
||||
# time mgmt crashes with a trace, it will first be filtered, and then displayed
|
||||
|
||||
Reference in New Issue
Block a user