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
This commit is contained in:
bbahnsen 2006-07-27 21:54:12 +00:00
parent 5b1ed65f2f
commit f98a565d9b
1 changed files with 1 additions and 0 deletions

View File

@ -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