Browse Source

Remove extra slash

master
Joshua Nathaniel Pritikin 12 years ago
committed by Matthieu Moy
parent
commit
f3710bb877
  1. 2
      git-latexdiff

2
git-latexdiff

@ -385,7 +385,7 @@ fi
if test "$compile_error" = "1" ; then
echo "Error during compilation. Please examine and cleanup if needed:"
echo "Directory: $tmpdir/new/$maindir/"
echo "Directory: $tmpdir/new/$maindir"
echo " File: $mainbase.tex"
# Don't clean up to let the user diagnose.
exit 1

Loading…
Cancel
Save