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:
parent
cca25b6fcf
commit
20adec8f26
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
#!/bin/sh
|
||||
|
||||
# GNU MediaGoblin -- federated, autonomous media hosting
|
||||
# Copyright (C) 2011, 2012 GNU MediaGoblin Contributors. See AUTHORS.
|
||||
|
Loading…
x
Reference in New Issue
Block a user