Skip to content

Commit

Permalink
Merge pull request #182 from doshitan/better-shebang
Browse files Browse the repository at this point in the history
Use `#!/usr/bin/env bash` instead of hard coding `#!/bin/bash`
  • Loading branch information
toniblyx authored Feb 22, 2018
2 parents 111615b + 1295c5e commit 5fdedd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prowler
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 5fdedd0

Please sign in to comment.