mirror of
				https://github.com/drwetter/testssl.sh.git
				synced 2025-10-31 05:45:26 +01:00 
			
		
		
		
	Merge pull request #1912 from PeterDaveHello/MakeShellScriptShebangConsistent
Make Shell Scripts' Shebang more consistent
This commit is contained in:
		| @@ -1,3 +1,4 @@ | |||||||
|  | #!/usr/bin/env bash | ||||||
|  |  | ||||||
| # no early data, but TLS 1.3 with debian:buster (sid simlar in Feb 2019) | # no early data, but TLS 1.3 with debian:buster (sid simlar in Feb 2019) | ||||||
|  |  | ||||||
|   | |||||||
| @@ -1,4 +1,6 @@ | |||||||
| #/bin/sh -e | #!/usr/bin/env bash | ||||||
|  |  | ||||||
|  | set -e | ||||||
|  |  | ||||||
| # utility which converts grepable nmap outout to testssl's file input | # utility which converts grepable nmap outout to testssl's file input | ||||||
|  |  | ||||||
|   | |||||||
| @@ -1,4 +1,4 @@ | |||||||
| #!/bin/sh | #!/usr/bin/env bash | ||||||
| # | # | ||||||
| # This script compiles the "bad openssl" version, 1.0.2 supporting legacy | # This script compiles the "bad openssl" version, 1.0.2 supporting legacy | ||||||
| # cryptography for Linux, FreeBSD and Darwin. | # cryptography for Linux, FreeBSD and Darwin. | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Dirk Wetter
					Dirk Wetter