mirror of
https://github.com/tiennm99/godot.git
synced 2026-06-23 05:37:04 +00:00
52abf4ba84
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