Use /usr/bin/bash in scripts as shebang
Related: RHEL-54303
This commit is contained in:
parent
2468f6a593
commit
f98e465740
@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/usr/bin/bash
|
||||
|
||||
DISTGIT_PATH=$(pwd)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user