mirror of
https://github.com/arkenfox/user.js.git
synced 2025-05-03 07:23:39 +02:00
Update updater.sh
This commit is contained in:
parent
d560a2b75d
commit
d783d6574f
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue