[Skiboot] [PATCH 1/7] external/common: Don't just expect `sh` to be in $PATH

Cyril Bur cyril.bur at au1.ibm.com
Wed Oct 14 15:40:04 AEDT 2015


Signed-off-by: Cyril Bur <cyril.bur at au1.ibm.com>
---
 external/common/get_arch.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/external/common/get_arch.sh b/external/common/get_arch.sh
index 18a5cef..f4beb1d 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
 
-- 
2.6.1



More information about the Skiboot mailing list