]> git.proxmox.com Git - mirror_edk2.git/blobdiff - edksetup.sh
1. CoreOpenImageFile(): FilePath should be IN OUT.
[mirror_edk2.git] / edksetup.sh
index 69b79f06c1911c6cc05bc3a8b51b1824193539ab..b6bf8ff4c51ec7de954a5da7c2e172c99e947593 100644 (file)
@@ -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 $*