diff options
author | bbahnsen <bbahnsen@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-07-27 21:54:12 +0000 |
---|---|---|
committer | bbahnsen <bbahnsen@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-07-27 21:54:12 +0000 |
commit | f98a565d9b71aec265dba52738572e4133b44c75 (patch) | |
tree | c56cb1f509dedb18dae4e1f77291a728ddbf9ee5 /edksetup.sh | |
parent | 5b1ed65f2f94547ffe528d0775345ef06fa5ce41 (diff) | |
download | edk2-f98a565d9b71aec265dba52738572e4133b44c75.tar.gz |
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
Diffstat (limited to 'edksetup.sh')
-rw-r--r-- | edksetup.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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 |