build: Use bash instead of sh, so it works on Linux

This commit is contained in:
Daniel Oaks 2017-01-10 20:23:34 +10:00
parent 34089bd383
commit 8f8a9ba31e
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env sh
#!/usr/bin/env bash
# release build script
# to be run inside the Oragono dir