Replace shebang '/bin/bash' for '/usr/bin/env bash'
A few new files have been recently introduced with the shebang
'/bin/bash'. Replace them for the same reason as stated in commit
9dfdd1b3830dd69b46a02a9728216fb6fbcedd44.
Signed-off-by: Sandrine Bailleux <sandrine.bailleux@arm.com>
Change-Id: I272dd9935b0d38f23a00190a3f7ec755e07dd51e
diff --git a/rdn1edgex2_utils.sh b/rdn1edgex2_utils.sh
index 26c1598..8a81c01 100644
--- a/rdn1edgex2_utils.sh
+++ b/rdn1edgex2_utils.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
#
# Copyright (c) 2020, Arm Limited. All rights reserved.
#