mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 04:13:28 +01:00
Using diff -u in check_for_diffs
This commit is contained in:
parent
5f253f6a47
commit
537692c1e3
@ -20,7 +20,7 @@ check_for_diffs() {
|
||||
then
|
||||
echo "ATTENTION: $1 hook has changed:"
|
||||
echo "==============================="
|
||||
diff "$installed" "$latest"
|
||||
diff -u "$installed" "$latest"
|
||||
fi
|
||||
fi
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user