From 1295c5ecff3c5b33eda4eac2fe3ae212b461aff2 Mon Sep 17 00:00:00 2001 From: Tanner Doshier Date: Thu, 22 Feb 2018 12:16:12 -0600 Subject: [PATCH] Use `#!/usr/bin/env bash` instead of hard coding `#!/bin/bash` Better cross-platform support. --- prowler | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prowler b/prowler index d49581d6d1e..db3910d4a4b 100755 --- a/prowler +++ b/prowler @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Prowler is a tool that provides automate auditing and hardening guidance of an AWS account. # It is based on AWS-CLI commands. It follows guidelines present in the CIS Amazon