Update make_example_database.sh to use #!/bin/sh instead of #!/usr/bin/env
authorChristopher Allan Webber <cwebber@dustycloud.org>
Fri, 25 Mar 2016 23:21:58 +0000 (16:21 -0700)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Sat, 26 Mar 2016 18:39:08 +0000 (11:39 -0700)
* devtools/make_example_database.sh: Update shebang.

devtools/make_example_database.sh

index 7cca3921ef429650950986553a061ddc42a4f42b..6d025adee3827160413a333c117daaf2ca67fea5 100755 (executable)
@@ -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.