Update make_example_database.sh to use #!/bin/sh instead of #!/usr/bin/env

* devtools/make_example_database.sh: Update shebang.
This commit is contained in:
Christopher Allan Webber 2016-03-25 16:21:58 -07:00
parent cca25b6fcf
commit 20adec8f26

View File

@ -1,4 +1,4 @@
#!/usr/bin/env bash #!/bin/sh
# GNU MediaGoblin -- federated, autonomous media hosting # GNU MediaGoblin -- federated, autonomous media hosting
# Copyright (C) 2011, 2012 GNU MediaGoblin Contributors. See AUTHORS. # Copyright (C) 2011, 2012 GNU MediaGoblin Contributors. See AUTHORS.