summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xBuildBIOS.sh2
-rwxr-xr-xPlatform/BroxtonPlatformPkg/BuildIFWI.sh2
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.