Make Shell Scripts' Shebang more consistent

Consider most of the scripts use bash in the project, should maybe just
use it, instead of /bin/sh in all the scripts.
This commit is contained in:
Peter Dave Hello
2021-06-15 15:52:49 +08:00
parent 17b172229d
commit 4de952a4dd
3 changed files with 5 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env bash
#
# This script compiles the "bad openssl" version, 1.0.2 supporting legacy
# cryptography for Linux, FreeBSD and Darwin.