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 2a28780 commit b8c6600Copy full SHA for b8c6600
install_scripts.sh
@@ -54,7 +54,7 @@ sed_update_if_changed() {
54
return 1
55
}
56
57
- if ! cmp -s "$file" "$tmp_file"; then
+ if ! diff -q "$file" "$tmp_file" > /dev/null; then
58
mv "$tmp_file" "$file"
59
else
60
rm -f "$tmp_file"
0 commit comments