From d550b881846824ade18b02855963e710832b9fbe Mon Sep 17 00:00:00 2001 From: Bruce Cran Date: Thu, 26 Feb 2015 06:49:31 +0000 Subject: Clean up GCC build. Make the Unix Vlv2TbltDevicePkg scripts executable, add shebangs and skip the requirement to press a key when displaying usage text from Build_IFWI.sh. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Bruce Cran Reviewed-by: David Wei git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16936 6f19259b-4bc3-4df7-8a09-765794883524 --- Vlv2TbltDevicePkg/Build_IFWI.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) mode change 100644 => 100755 Vlv2TbltDevicePkg/Build_IFWI.sh (limited to 'Vlv2TbltDevicePkg/Build_IFWI.sh') diff --git a/Vlv2TbltDevicePkg/Build_IFWI.sh b/Vlv2TbltDevicePkg/Build_IFWI.sh old mode 100644 new mode 100755 index 9bde50207..f5e499c2d --- a/Vlv2TbltDevicePkg/Build_IFWI.sh +++ b/Vlv2TbltDevicePkg/Build_IFWI.sh @@ -1,3 +1,4 @@ +#!/usr/bin/env bash ##********************************************************************** ## Function define ##********************************************************************** @@ -14,8 +15,6 @@ function Usage ( ) { echo " See Stitch/Stitch_Config.txt for additional stitching settings." echo echo - echo "Press any key......" - read exit 0 } -- cgit v1.2.3