Skip to content

Commit

Permalink
Change diff arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
zauguin committed Aug 11, 2023
1 parent b5a948d commit b3f0fbb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build-config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -271,3 +271,7 @@ function typeset(file,dir)
end
return tex(file,dir)
end

if os_type ~= 'windows' then
os_diffexe = 'diff -Nu --strip-trailing-cr'
end

0 comments on commit b3f0fbb

Please sign in to comment.