[edk2] [PATCH] BaseTools/edksetup.sh: fix invalid test for current working directory

2017-08-03 Thread Chris Ruffin
edksetup.sh implements a test that requires the current working directory to contain the edksetup.sh script. This test has the side effect of requiring the WORKSPACE to be set to the same directory as the edksetup.sh. In a multiple workspace configuration, it is required to be able to have a WORK

Re: [edk2] [PATCH] BaseTools/edksetup.sh: fix invalid test for current working directory

2017-08-09 Thread Zhu, Yonghong
Reviewed-by: Yonghong Zhu Best Regards, Zhu Yonghong -Original Message- From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of Chris Ruffin Sent: Thursday, August 03, 2017 11:38 PM To: edk2-devel@lists.01.org Subject: [edk2] [PATCH] BaseTools/edksetup.sh: fix invalid