Skip to content

Commit

Permalink
efibuild: rev-parse from @{upstream} instead of origin/master
Browse files Browse the repository at this point in the history
Makes it easier to build from different audk commits.
  • Loading branch information
mikebeaton committed May 1, 2024
1 parent 864e934 commit f872258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion efibuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ if [ "$NEW_BUILDSYSTEM" != "1" ]; then
fi
fi
cd UDK || exit 1
HASH=$(git rev-parse origin/master)
HASH=$(git rev-parse '@{upstream}')

if [ "$DISCARD_PACKAGES" != "" ]; then
for package_to_discard in "${DISCARD_PACKAGES[@]}" ; do
Expand Down

0 comments on commit f872258

Please sign in to comment.