From 810358f1cc47eb11fbb506b7fd5d98b0904e4040 Mon Sep 17 00:00:00 2001 From: Gio d'Amelio Date: Fri, 21 Sep 2018 22:34:47 -0700 Subject: [PATCH] Update algo-showenv.sh to use `/usr/bin/env` in it's hashbang (#1126) Should allow better cross platform compatibility --- algo-showenv.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/algo-showenv.sh b/algo-showenv.sh index 6085c40..41a6ff0 100755 --- a/algo-showenv.sh +++ b/algo-showenv.sh @@ -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.