From 40f00126ecfceb4dc1226e55ebd4827b9006d4e4 Mon Sep 17 00:00:00 2001 From: zwei4 Date: Sat, 27 May 2017 14:12:35 +0800 Subject: GCC build script change. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: zwei4 --- BuildBIOS.sh | 2 +- Platform/BroxtonPlatformPkg/BuildIFWI.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/BuildBIOS.sh b/BuildBIOS.sh index ff815e9fa7..fb67f04c21 100755 --- a/BuildBIOS.sh +++ b/BuildBIOS.sh @@ -27,5 +27,5 @@ export PACKAGES_PATH=$WORKSPACE:$WORKSPACE/Core:$WORKSPACE/Silicon/:$WORKSPACE/P make -C BaseTools -. ./Platform/BroxtonPlatformPkg/BuildIFWI.sh APLI $Target_Flag +bash ./Platform/BroxtonPlatformPkg/BuildIFWI.sh APLI $Target_Flag diff --git a/Platform/BroxtonPlatformPkg/BuildIFWI.sh b/Platform/BroxtonPlatformPkg/BuildIFWI.sh index a319bd3eed..c21904f2c6 100755 --- a/Platform/BroxtonPlatformPkg/BuildIFWI.sh +++ b/Platform/BroxtonPlatformPkg/BuildIFWI.sh @@ -160,7 +160,7 @@ fi ## Build BIOS echo "======================================================================" echo "Build_IFWI: Calling BIOS build Script..." -sh Platform/BroxtonPlatformPkg/BuildBios.sh $Build_Flags $Platform_Type $Build_Target +bash Platform/BroxtonPlatformPkg/BuildBios.sh $Build_Flags $Platform_Type $Build_Target echo echo Finished Building Process. -- cgit v1.2.3