use the proper shebang for bash

This commit is contained in:
Lephenixnoir 2019-06-19 14:17:10 -04:00
parent a38b0349d6
commit 9a6937307d
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -1,4 +1,4 @@
#! /usr/bin/bash
#! /bin/bash
usage() {
echo "usage: $0 --platform=<platform> [options...]"