mirror of
https://github.com/godotengine/godot.git
synced 2025-03-19 23:53:32 +08:00
The default one is "#!/bin/bash", but BSD systems doesn't have bash in that path. For portability reasons, it should be changed to "#!/usr/bin/env bash". More info: https://en.wikipedia.org/wiki/Shebang_%28Unix%29#Portability (cherry picked from commit 52abf4ba84b5a41ac9903af0ba1087bf18be2187)