texlive[72856] Build/source/texk/web2c/texprofdir: TeXprof: returning
commits+mruckert at tug.org
commits+mruckert at tug.org
Fri Nov 15 16:57:16 CET 2024
Revision: 72856
https://tug.org/svn/texlive?view=revision&revision=72856
Author: mruckert
Date: 2024-11-15 16:57:16 +0100 (Fri, 15 Nov 2024)
Log Message:
-----------
TeXprof: returning 0 for texprofile --version and --help
Modified Paths:
--------------
trunk/Build/source/texk/web2c/texprofdir/doc/texprof.hnt
trunk/Build/source/texk/web2c/texprofdir/doc/texprof.pdf
trunk/Build/source/texk/web2c/texprofdir/doc/texprofile.hnt
trunk/Build/source/texk/web2c/texprofdir/doc/texprofile.pdf
trunk/Build/source/texk/web2c/texprofdir/doc/texprofileman.hnt
trunk/Build/source/texk/web2c/texprofdir/doc/texprofileman.pdf
trunk/Build/source/texk/web2c/texprofdir/man/texprofile.man
trunk/Build/source/texk/web2c/texprofdir/texprofile.w
Modified: trunk/Build/source/texk/web2c/texprofdir/doc/texprof.hnt
===================================================================
(Binary files differ)
Modified: trunk/Build/source/texk/web2c/texprofdir/doc/texprof.pdf
===================================================================
(Binary files differ)
Modified: trunk/Build/source/texk/web2c/texprofdir/doc/texprofile.hnt
===================================================================
(Binary files differ)
Modified: trunk/Build/source/texk/web2c/texprofdir/doc/texprofile.pdf
===================================================================
(Binary files differ)
Modified: trunk/Build/source/texk/web2c/texprofdir/doc/texprofileman.hnt
===================================================================
(Binary files differ)
Modified: trunk/Build/source/texk/web2c/texprofdir/doc/texprofileman.pdf
===================================================================
(Binary files differ)
Modified: trunk/Build/source/texk/web2c/texprofdir/man/texprofile.man
===================================================================
--- trunk/Build/source/texk/web2c/texprofdir/man/texprofile.man 2024-11-15 00:42:05 UTC (rev 72855)
+++ trunk/Build/source/texk/web2c/texprofdir/man/texprofile.man 2024-11-15 15:57:16 UTC (rev 72856)
@@ -1,5 +1,5 @@
'\" t
-.\" Manual page created with latex2man on Mon Sep 9 16:27:26 2024
+.\" Manual page created with latex2man on Fri Nov 15 16:53:23 2024
.\" NOTE: This file is generated, DO NOT EDIT.
.de Vb
.ft CW
Modified: trunk/Build/source/texk/web2c/texprofdir/texprofile.w
===================================================================
--- trunk/Build/source/texk/web2c/texprofdir/texprofile.w 2024-11-15 00:42:05 UTC (rev 72855)
+++ trunk/Build/source/texk/web2c/texprofdir/texprofile.w 2024-11-15 15:57:16 UTC (rev 72856)
@@ -1690,7 +1690,7 @@
@<explain format options@>@;
"\n"
);
- exit(1);
+ exit(0);
}
@
@@ -1728,7 +1728,7 @@
@<process long options@>=
if (strcmp(option,"version")==0)
{ printf(VERSION_STR "\n");
- exit(1);
+ exit(0);
}
@
More information about the tex-live-commits
mailing list.