Skip to content

Commit

Permalink
Shorten upstream commit from Staging
Browse files Browse the repository at this point in the history
  • Loading branch information
Kron4ek authored May 27, 2023
1 parent 8cdbac0 commit 57b3f54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_wine.sh
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ else
if [ "${WINE_VERSION}" = "git" ]; then
git clone https://github.com/wine-staging/wine-staging wine-staging-"${WINE_VERSION}"

upstream_commit="$(cat wine-staging-"${WINE_VERSION}"/staging/upstream-commit)"
upstream_commit="$(cat wine-staging-"${WINE_VERSION}"/staging/upstream-commit | head -c 7)"
git -C wine checkout "${upstream_commit}"
BUILD_NAME="${WINE_VERSION}-${upstream_commit}-staging"
else
Expand Down

0 comments on commit 57b3f54

Please sign in to comment.