Project

General

Profile

Actions

Bug #44

closed

Bad #!/bin/bash shebangs

Added by Marko Lindqvist 12 months ago. Updated 11 months ago.

Status:
Closed
Priority:
Normal
Category:
Bootstrap
Target version:
Start date:
12/09/2023
Due date:
% Done:

0%

Estimated time:

Description

Number of our scripts use "#!/bin/bash", assuming that /bin/bash exist. That's not true for some OSes. Posix compliant shebang to resolve this is "#!/usr/bin/env bash"


Files

Actions

Also available in: Atom PDF