-
Type: Bug
-
Resolution: Fixed
-
Priority: Trivial - P5
-
Affects Version/s: None
-
Component/s: None
-
Environment:Debian Buster
-
0.5
-
v3.6
It is trivial, the build.sh says is executed with sh, when the file itself is using bash.
so it should start with
#!/bin/bash
instead of
#!/bin/sh
- backported by
-
TOOLS-2987 [v3.6] Incorrect shebang line for build.sh
- Closed