fix diff
This commit is contained in:
@@ -45,7 +45,7 @@ with open(pe_file, "wb") as f:
|
|||||||
f.write(binary)
|
f.write(binary)
|
||||||
EOF
|
EOF
|
||||||
chmod +x $out
|
chmod +x $out
|
||||||
if [ ! $(diff $out $mine) ]; then
|
if cmp -s $out $mine; then
|
||||||
echo "Success: $f"
|
echo "Success: $f"
|
||||||
gpg --sign --armor --detach signed/$f
|
gpg --sign --armor --detach signed/$f
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user