Skip to content

Commit

Permalink
Update makesrcdist script.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelrsweet committed Mar 20, 2024
1 parent 22f7fd4 commit 9856aa5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions makesrcdist
Original file line number Diff line number Diff line change
Expand Up @@ -49,17 +49,17 @@ if ! grep -q "Version: $version" mxml.spec; then
status=1
fi

if ! grep -q "<version>$version</version>" vcnet/libmxml2_native.nuspec; then
echo "Update vcnet/libmxml2_native.nuspec."
if ! grep -q "<version>$version</version>" vcnet/libmxml4_native.nuspec; then
echo "Update vcnet/libmxml4_native.nuspec."
status=1
fi
if ! grep -q "version=\"$version\" />" vcnet/libmxml2_native.nuspec; then
echo "Update vcnet/libmxml2_native.nuspec."
if ! grep -q "version=\"$version\" />" vcnet/libmxml4_native.nuspec; then
echo "Update vcnet/libmxml4_native.nuspec."
status=1
fi

if ! grep -q "<version>$version</version>" vcnet/libmxml2_native.redist.nuspec; then
echo "Update vcnet/libmxml2_native.redist.nuspec."
if ! grep -q "<version>$version</version>" vcnet/libmxml4_native.redist.nuspec; then
echo "Update vcnet/libmxml4_native.redist.nuspec."
status=1
fi

Expand Down

0 comments on commit 9856aa5

Please sign in to comment.