Skip to content

Commit

Permalink
fixup release script
Browse files Browse the repository at this point in the history
  • Loading branch information
cathugger committed Jun 30, 2022
1 parent f667a8a commit a6e53b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/release-scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ mkdir -p out
SV=mkp224o-$V
SO=$(realpath ./out/$SV)
git clone ../../ "$SO"
git -C ../../ diff | git -C "$SO" apply
git -C ../../ diff | git -C "$SO" apply --allow-empty
cd "$SO"
rm -rf .git
./autogen.sh
Expand Down

0 comments on commit a6e53b0

Please sign in to comment.