From a909aeb7ce45506c1788fde4215810d20bf643d6 Mon Sep 17 00:00:00 2001 From: cagache Date: Fri, 29 Jun 2018 12:17:10 +0300 Subject: [PATCH] changed #!/bin/bash to #!/usr/bin/env bash --- scripts/cleanImages.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/cleanImages.sh b/scripts/cleanImages.sh index 874723aa6f..b0607ba391 100644 --- a/scripts/cleanImages.sh +++ b/scripts/cleanImages.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash set -x echo $imagesToBeDeleted