texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

texinfo/tp texi2any.pl


From: Patrice Dumas
Subject: texinfo/tp texi2any.pl
Date: Sat, 05 Nov 2011 10:20:15 +0000

CVSROOT:        /sources/texinfo
Module name:    texinfo
Changes by:     Patrice Dumas <pertusus>        11/11/05 10:20:15

Modified files:
        tp             : texi2any.pl 

Log message:
        Correct exec call for texi2dvi.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/texi2any.pl?cvsroot=texinfo&r1=1.83&r2=1.84

Patches:
Index: texi2any.pl
===================================================================
RCS file: /sources/texinfo/texinfo/tp/texi2any.pl,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -b -r1.83 -r1.84
--- texi2any.pl 3 Nov 2011 23:54:49 -0000       1.83
+++ texi2any.pl 5 Nov 2011 10:20:15 -0000       1.84
@@ -867,7 +867,7 @@
     print STDERR "".join('|', (get_conf('TEXI2DVI'), @texi2dvi_args,  @ARGV)) 
        ."\n";
   }
-  exec { get_conf('TEXI2DVI') } (@texi2dvi_args,  @ARGV);
+  exec { get_conf('TEXI2DVI') } (get_conf('TEXI2DVI'), @texi2dvi_args,  @ARGV);
 }
 
 if (get_conf('SPLIT') and !$formats_table{$format}->{'split'}) {



reply via email to

[Prev in Thread] Current Thread [Next in Thread]