Skip to content

Commit 70ca55d

Browse files
authored
fix: use /usr/bin/env shebang in skeleton.bash
Replace `#!/bin/bash` by `#!/usr/bin/env bash` since `bash` binary is not always in `/bin`. Signed-off-by: Pierre-Yves Landuré <[email protected]>
1 parent 124635c commit 70ca55d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

skeleton.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22
# @file skeleton.bash
33
# @author Pierre-Yves Landuré < contact at biapy dot fr >
44
# @brief Bash script skeleton.

0 commit comments

Comments
 (0)