Switch to #!/bin/sh (don't use "env" unless we have to)
env causes problems in GuixSD and maybe even some other places.
This commit is contained in:
parent
850eabc325
commit
493698a536
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
#!/bin/sh
|
||||
|
||||
# GNU MediaGoblin -- federated, autonomous media hosting
|
||||
# Copyright (C) 2015 GNU MediaGoblin Contributors. See AUTHORS.
|
||||
|
Loading…
x
Reference in New Issue
Block a user