Skip to content

Commit

Permalink
Refer to $WORKSPACE/BaseTools rather than $WORKSPACE/Tools.
Browse files Browse the repository at this point in the history
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4149 6f19259b-4bc3-4df7-8a09-765794883524
  • Loading branch information
jljusten committed Oct 17, 2007
1 parent 5c240d7 commit 8352c27
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions edksetup.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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 $*
Expand Down

0 comments on commit 8352c27

Please sign in to comment.