diff options
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 |