summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Dechesne <nicolas.dechesne@linaro.org>2023-03-27 07:52:31 +0200
committerNicolas Dechesne <nicolas.dechesne@linaro.org>2023-03-27 07:52:31 +0200
commit745358fdc26735388a34d73dcb8a0342adb2b979 (patch)
tree7ce2aa0042def33e677eae0b08d4487bc97cecc4
parent69bf51fd730eb6ec06dddace2140f23284264e6c (diff)
msm-platform: use bash
This script does not work with dash/posix shell. Until we investigate further why, let's make sure we use bash for now. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
-rwxr-xr-xmsm-platforms/msm-platforms.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/msm-platforms/msm-platforms.sh b/msm-platforms/msm-platforms.sh
index 7c50746..535eb44 100755
--- a/msm-platforms/msm-platforms.sh
+++ b/msm-platforms/msm-platforms.sh
@@ -1,4 +1,4 @@
-#!/usr/bin/sh
+#!/bin/bash
OUTPUT=$(mktemp)
OUTPUT_CSV=$(mktemp --suffix .csv)