Skip to content

Commit b2c9a5c

Browse files
committed
collection: Use /usr/bin/bash in shebang of sapfile
It's used in most Shell scripts, and as we are ignoring the shebang sanity test anyway, we can also use that one instead of /bin/bash. Signed-off-by: Bernd Finger <bfinger@redhat.com>
1 parent 165f41a commit b2c9a5c

File tree

1 file changed

+1
-1
lines changed
  • roles/sap_install_media_detect/files/tmp

1 file changed

+1
-1
lines changed

roles/sap_install_media_detect/files/tmp/sapfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/bash
22
# sapfile: Determine and display SAP file type
33
#
44
# Copyright 2023 Bernd Finger, Red Hat

0 commit comments

Comments
 (0)