mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Using diff -u in check_for_diffs
This commit is contained in:
@@ -20,7 +20,7 @@ check_for_diffs() {
|
||||
then
|
||||
echo "ATTENTION: $1 hook has changed:"
|
||||
echo "==============================="
|
||||
diff "$installed" "$latest"
|
||||
diff -u "$installed" "$latest"
|
||||
fi
|
||||
fi
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user