diff --git a/contrib/release-scripts/release.sh b/contrib/release-scripts/release.sh index 4ceff53..55fb703 100755 --- a/contrib/release-scripts/release.sh +++ b/contrib/release-scripts/release.sh @@ -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