proper handling of the return code for the ps-format (fixes a bug)
authorurbanc
Sun, 18 May 2008 16:19:48 +0200
changeset 26954 3a3816ca44bb
parent 26953 c460ed6eeeef
child 26955 ebbaa935eae0
proper handling of the return code for the ps-format (fixes a bug)
lib/Tools/latex
--- a/lib/Tools/latex	Sun May 18 15:28:21 2008 +0200
+++ b/lib/Tools/latex	Sun May 18 16:19:48 2008 +0200
@@ -111,7 +111,7 @@
   ps)
     check_root && \
     run_latex && \
-    run_dvips &&
+    run_dvips
     RC="$?"
     ;;
   ps.gz)