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 <[email protected]>

--
Bruce
Index: Build_IFWI.sh
===================================================================
--- Build_IFWI.sh       (revision 16880)
+++ Build_IFWI.sh       (working copy)
@@ -1,3 +1,4 @@
+#!/usr/bin/env bash
 ##**********************************************************************
 ## Function define
 ##**********************************************************************
@@ -14,8 +15,6 @@
   echo "       See  Stitch/Stitch_Config.txt  for additional stitching 
settings."
   echo
   echo
-  echo "Press any key......"
-  read
   exit 0
 }
 

Property changes on: Build_IFWI.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: GenBiosId
===================================================================
--- GenBiosId   (revision 16880)
+++ GenBiosId   (working copy)

Property changes on: GenBiosId
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: bld_vlv.sh
===================================================================
--- bld_vlv.sh  (revision 16880)
+++ bld_vlv.sh  (working copy)
@@ -1,3 +1,4 @@
+#!/usr/bin/env bash
 ##**********************************************************************
 ## Function define
 ##**********************************************************************

Property changes on: bld_vlv.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: cln.sh
===================================================================
--- cln.sh      (revision 16880)
+++ cln.sh      (working copy)
@@ -1,3 +1,4 @@
+#!/usr/bin/env bash
 echo
 echo Run build cleanall...
 echo

Property changes on: cln.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
edk2-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-devel

Reply via email to