From f98a565d9b71aec265dba52738572e4133b44c75 Mon Sep 17 00:00:00 2001 From: bbahnsen Date: Thu, 27 Jul 2006 21:54:12 +0000 Subject: [PATCH] Handle the FRAMEWORK_TOOLS_PATH properly on cygwin. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1126 6f19259b-4bc3-4df7-8a09-765794883524 --- edksetup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/edksetup.sh b/edksetup.sh index e5a7552a55..0c0265a378 100644 --- a/edksetup.sh +++ b/edksetup.sh @@ -46,6 +46,7 @@ case "`uname`" in # Convert paths to windows format. export WORKSPACE=`cygpath -w $WORKSPACE` export CLASSPATH=`cygpath -w -p $CLASSPATH` + export FRAMEWORK_TOOLS_PATH=`cygpath -w -p $FRAMEWORK_TOOLS_PATH` ;; esac -- 2.39.2