Use /usr/bin/bash in scripts as shebang

Related: RHEL-54303
This commit is contained in:
Zdenek Pytela 2024-06-10 15:18:19 +02:00 committed by Petr Lautrbach
parent 2468f6a593
commit f98e465740

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/bash
DISTGIT_PATH=$(pwd)