mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-05 22:54:01 +02:00
Update algo-showenv.sh to use /usr/bin/env
in it's hashbang (#1126)
Should allow better cross platform compatibility
This commit is contained in:
parent
aa318bff18
commit
810358f1cc
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
#
|
||||
# Print information about Algo's invocation environment to aid in debugging.
|
||||
# This is normally called from Ansible right before a deployment gets underway.
|
||||
|
|
Loading…
Add table
Reference in a new issue