mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-09-02 01:58:28 +02:00
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:
@ -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.
|
||||
|
Reference in New Issue
Block a user