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:
		@@ -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
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user