summaryrefslogtreecommitdiff
path: root/edksetup.sh
diff options
context:
space:
mode:
authorjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>2007-10-17 02:03:40 +0000
committerjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>2007-10-17 02:03:40 +0000
commit8352c27a29e3e75cefbe9c988f0d0c5cca4cf046 (patch)
tree110b7e656adba15f49ade08c57200b07e23feb71 /edksetup.sh
parent5c240d733a66fafd48d7425f9de02abe1e9d4b89 (diff)
downloadedk2-platforms-8352c27a29e3e75cefbe9c988f0d0c5cca4cf046.tar.xz
Refer to $WORKSPACE/BaseTools rather than $WORKSPACE/Tools.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4149 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'edksetup.sh')
-rw-r--r--edksetup.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/edksetup.sh b/edksetup.sh
index 69b79f06c1..b6bf8ff4c5 100644
--- a/edksetup.sh
+++ b/edksetup.sh
@@ -1,5 +1,5 @@
#
-# Copyright (c) 2006, Intel Corporation
+# Copyright (c) 2006 - 2007, Intel Corporation
# All rights reserved. This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License
# which accompanies this distribution. The full text of the license may be found at
@@ -32,8 +32,8 @@ fi
if [ "$1" = NewBuild ]
then
echo To utilize the new build system, run
- echo " . Tools/BuildEnv [options]"
- echo Try \'. Tools/BuildEnv --help\' for more information.
+ echo " . BaseTools/BuildEnv [options]"
+ echo Try \'. BaseTools/BuildEnv --help\' for more information.
return
else
. $WORKSPACE/Tools/OldBuildEnv $*