replace shebang '/bin/bash' for '/usr/bin/env bash'

Allows better portability of bash scripting between Linux
distributions.

Change-Id: Ia0ec079581398bcffbf20bb8206860bcec0e6e7a
Signed-off-by: Leonardo Sandoval <leonardo.sandoval@linaro.org>
diff --git a/run_config/fvp-hercules b/run_config/fvp-hercules
index 746bb16..966adbe 100644
--- a/run_config/fvp-hercules
+++ b/run_config/fvp-hercules
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 
 post_fetch_tf_resource() {
 	model="hercules" \