X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=edksetup.sh;h=93d652575804d49f9922862f51c862ad98552091;hp=ec54f9ea4058aa131e268caf807bf16f73a775c9;hb=89f7f2cdf0266619976cb53b45b5de1aba2f8fac;hpb=c112e371ce0aa40204fc9a1674cd2e0df0d743c8 diff --git a/edksetup.sh b/edksetup.sh index ec54f9ea40..93d6525758 100755 --- a/edksetup.sh +++ b/edksetup.sh @@ -54,7 +54,7 @@ function SetWorkspace() return 0 fi - if [ ! ${BASH_SOURCE[0]} -ef ./edksetup.sh ] + if [ ! ${BASH_SOURCE[0]} -ef ./edksetup.sh ] && [ -z "$PACKAGES_PATH" ] then echo Run this script from the base of your tree. For example: echo " cd /Path/To/Edk/Root"