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:
Gio d'Amelio 2018-09-21 22:34:47 -07:00 committed by Jack Ivanov
parent aa318bff18
commit 810358f1cc

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.