> On Mar 4, 2016, at 8:54 AM, Lee Leahy <leroy.p.le...@intel.com> wrote:
> 
> Edit the shell script to determine if the Conf directory is present.  If
> not then create the Conf directory.
> 

Lee,

What use case is this fixing? The Conf directory is checked into source 
control? https://github.com/tianocore/edk2/tree/master/Conf
Is this just syncing the behavior with Edk2Setup.bat? If so maybe that should 
be stated in the description of the patch. 

Do you need to update the copyright to 2016?

Thanks,

Andrew Fish

> Contributed-under: TianoCore Contribution Agreement 1.0
> Signed-off-by: Lee Leahy <leroy.p.le...@intel.com>
> ---
> edksetup.sh | 4 ++++
> 1 file changed, 4 insertions(+)
> 
> diff --git a/edksetup.sh b/edksetup.sh
> index 57368b5..d89ef9d 100755
> --- a/edksetup.sh
> +++ b/edksetup.sh
> @@ -72,6 +72,10 @@ function SetWorkspace()
> 
> function SetupEnv()
> {
> +  if [ ! -d "$WORKSPACE/Conf" ]
> +  then
> +    mkdir $WORKSPACE/Conf
> +  fi
>   if [ -n "$EDK_TOOLS_PATH" ]
>   then
>     . $EDK_TOOLS_PATH/BuildEnv $*
> -- 
> 1.9.1
> 
> _______________________________________________
> edk2-devel mailing list
> edk2-devel@lists.01.org
> https://lists.01.org/mailman/listinfo/edk2-devel

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel

Reply via email to