Revision: 17892
          http://sourceforge.net/p/edk2/code/17892
Author:   hwu1225
Date:     2015-07-09 01:54:38 +0000 (Thu, 09 Jul 2015)
Log Message:
-----------
OvmfPkg: Fix the build.sh shebang line to avoid depending on location of bash

The bash binary can be in various locations depending on the system: on Linux
it's in /bin while on BSD it's normally in /usr/local/bin. However, the
env binary is almost always in /usr/bin and so can be used to find and start
the shell.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Bruce Cran <[email protected]>
Reviewed-by: Jordan Justen <[email protected]>

Modified Paths:
--------------
    branches/UDK2014.SP1/OvmfPkg/build.sh

Modified: branches/UDK2014.SP1/OvmfPkg/build.sh
===================================================================
--- branches/UDK2014.SP1/OvmfPkg/build.sh       2015-07-09 01:51:04 UTC (rev 
17891)
+++ branches/UDK2014.SP1/OvmfPkg/build.sh       2015-07-09 01:54:38 UTC (rev 
17892)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # Copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>
 # Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.<BR>


------------------------------------------------------------------------------
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to