From: Christopher Allan Webber Date: Fri, 25 Mar 2016 23:21:58 +0000 (-0700) Subject: Update make_example_database.sh to use #!/bin/sh instead of #!/usr/bin/env X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=20adec8f26e8b88a6fb07c0be342170893758370;p=mediagoblin.git Update make_example_database.sh to use #!/bin/sh instead of #!/usr/bin/env * devtools/make_example_database.sh: Update shebang. --- diff --git a/devtools/make_example_database.sh b/devtools/make_example_database.sh index 7cca3921..6d025ade 100755 --- a/devtools/make_example_database.sh +++ b/devtools/make_example_database.sh @@ -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.