Skip to content

Commit

Permalink
collection: Fix shebang sanity test
Browse files Browse the repository at this point in the history
Solves issue #641.

Signed-off-by: Bernd Finger <[email protected]>
  • Loading branch information
berndfinger committed Feb 9, 2024
1 parent b06265e commit ce506f0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

# default font color: Light Cyan, which should be readable on both bright and dark background
__FONT_COLOR=36m
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

while true; do
# in case hdblcm has not yet started, we assume that it is waiting for sapdsigner to complete:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

# default font color: Light Cyan, which should be readable on both bright and dark background
__FONT_COLOR=36m
Expand Down
2 changes: 1 addition & 1 deletion roles/sap_install_media_detect/files/tmp/sapfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# sapfile: Determine and display SAP file type
#
# Copyright 2023 Bernd Finger, Red Hat
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

# default font color: Light Cyan, which should be readable on both bright and dark background
__FONT_COLOR=36m
Expand Down

0 comments on commit ce506f0

Please sign in to comment.