We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ea1aea commit 75d01c6Copy full SHA for 75d01c6
etc/bin/verify-reproducible.sh
@@ -143,6 +143,7 @@ if [ -s diff.txt ]; then
143
fi
144
145
done < diff.txt
146
+ : > diff_purged.txt # Ensure the file exists and is empty
147
mv diff_purged.txt diff.txt
148
rm -rf firstArtifact secondArtifact firstSource secondSource || true
149
@@ -152,6 +153,7 @@ if [ -s diff.txt ]; then
152
153
echo "❌ Differences Found ❌"
154
else
155
echo "✅ Differences were resolved via decompilation. ✅"
156
+ exit 0
157
158
159
echo "✅ No Differences Found. ✅"
0 commit comments