]> git.proxmox.com Git - mirror_edk2.git/blobdiff - edksetup.sh
BaseTools:Some build generated files content are not ordered on linux
[mirror_edk2.git] / edksetup.sh
index a8897d10f80d28144155033ea3e0dbd7e30349e0..39f62a29bda4c766fc22b3220553f7bdb63e91a7 100755 (executable)
@@ -49,6 +49,7 @@ function SetWorkspace()
   #
   # If WORKSPACE is already set, then we can return right now
   #
+  export PYTHONHASHSEED=1
   if [ -n "$WORKSPACE" ]
   then
     return 0
@@ -77,7 +78,6 @@ function SetWorkspace()
   # Set $WORKSPACE
   #
   export WORKSPACE=`pwd`
-  export PYTHONHASHSEED=1
   return 0
 }