summaryrefslogtreecommitdiffstats
path: root/external/common
diff options
context:
space:
mode:
authorCyril Bur <cyril.bur@au1.ibm.com>2015-11-11 15:39:58 +1100
committerStewart Smith <stewart@linux.vnet.ibm.com>2015-11-16 12:59:34 +1100
commit499ddebc724e40a2a77d80e66777ff857c836e42 (patch)
treee466ea0baae0eb0b3443058a571c43ab3363c990 /external/common
parent434ff83aebe4ebca02119911ad0d8e3e4308be22 (diff)
downloadblackbird-skiboot-499ddebc724e40a2a77d80e66777ff857c836e42.tar.gz
blackbird-skiboot-499ddebc724e40a2a77d80e66777ff857c836e42.zip
external/common: Don't just expect `sh` to be in $PATH
Signed-off-by: Cyril Bur <cyril.bur@au1.ibm.com> Reviewed-by: Alistair Popple <alistair@popple.id.au> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'external/common')
-rwxr-xr-xexternal/common/get_arch.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/external/common/get_arch.sh b/external/common/get_arch.sh
index 18a5cef2..f4beb1df 100755
--- a/external/common/get_arch.sh
+++ b/external/common/get_arch.sh
@@ -7,5 +7,5 @@ echo -n ARCH_X86
echo -n ARCH_ARM
#else
echo -n ARCH_UNKNOWN
-#endif" | $1cpp | sh
+#endif" | $1cpp | /bin/sh
OpenPOWER on IntegriCloud