Skip to content

Commit

Permalink
BaseTools:Some build generated files content are not ordered on linux
Browse files Browse the repository at this point in the history
If the WORKSPACE environment variable has been set,The variables that
control stable sorting will not be set.

Cc: Bob Feng <[email protected]>
Cc: Liming Gao <[email protected]>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Zhiju.Fan <[email protected]>
Reviewed-by: Bob Feng <[email protected]>
  • Loading branch information
zhijufan authored and BobCF committed Feb 22, 2019
1 parent 2cfb9d0 commit 95083f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edksetup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -77,7 +78,6 @@ function SetWorkspace()
# Set $WORKSPACE
#
export WORKSPACE=`pwd`
export PYTHONHASHSEED=1
return 0
}

Expand Down

0 comments on commit 95083f7

Please sign in to comment.