mirror of
https://github.com/arkenfox/user.js.git
synced 2025-04-21 16:16:50 -04:00
Update updater.sh
This commit is contained in:
parent
d560a2b75d
commit
d783d6574f
@ -317,7 +317,7 @@ update_userjs () {
|
||||
remove_comments user.js $current_nocomments
|
||||
|
||||
diffname="userjs_diffs/diff_$(date +"%Y-%m-%d_%H%M").txt"
|
||||
diff=$(sdiff -s -w 1000 $past_nocomments $current_nocomments)
|
||||
diff=$(diff -B -d -y -W 1000 --suppress-common-lines $past_nocomments $current_nocomments)
|
||||
if [ ! -z "$diff" ]; then
|
||||
local leasttabs=999999
|
||||
while read -r; do
|
||||
|
Loading…
x
Reference in New Issue
Block a user