Browse Source

use $LATEX_EXEC, not hardcoded pdflatex

master
Matthieu Moy 6 years ago
parent
commit
03d5ee6cbb
  1. 2
      git-latexdiff

2
git-latexdiff

@ -644,7 +644,7 @@ if test "$flatten" = 1; then
verbose "Attempting to regenerate missing old/$maindir$mainbase.bbl"
oldPWD=$PWD
cd old/"$maindir"
log_cmd pdflatex0.log pdflatex $latexopt "$mainbase" || compile_error=1
log_cmd pdflatex0.log $LATEX_EXEC $latexopt "$mainbase" || compile_error=1
log_cmd bibtex0.log bibtex "$mainbase" || compile_error=1
cd "$oldPWD"
ignore_errors_maybe

Loading…
Cancel
Save