Update algo-showenv.sh to use /usr/bin/env in it's hashbang

Should allow better cross platform compatibility
This commit is contained in:
Gio d'Amelio 2018-09-21 15:04:43 -07:00 committed by GitHub
parent aa318bff18
commit 9f437a0bf2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.