Skip to content

Commit a6e53b0

Browse files
committed
fixup release script
1 parent f667a8a commit a6e53b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: contrib/release-scripts/release.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ mkdir -p out
2222
SV=mkp224o-$V
2323
SO=$(realpath ./out/$SV)
2424
git clone ../../ "$SO"
25-
git -C ../../ diff | git -C "$SO" apply
25+
git -C ../../ diff | git -C "$SO" apply --allow-empty
2626
cd "$SO"
2727
rm -rf .git
2828
./autogen.sh

0 commit comments

Comments
 (0)