summaryrefslogtreecommitdiff
path: root/edksetup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'edksetup.sh')
-rw-r--r--edksetup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/edksetup.sh b/edksetup.sh
index b191635dcc..dbaa168186 100644
--- a/edksetup.sh
+++ b/edksetup.sh
@@ -39,7 +39,7 @@ case "`uname`" in
esac
# Now we need to build the tools.
-echo "If you have not done so, please build the tools by issuing 'ant -f \$WORKSPACE/Tools/build.xml'."
+(cd Tools; ant -noclasspath)
fi
fi
fi