From 2f6e1cc9e4c3f899a4142cbdf44e6fc10af0d32b Mon Sep 17 00:00:00 2001 From: Peter Breitenlohner Date: Mon, 16 Jul 2012 07:27:23 +0000 Subject: texk/*: Pass known program names as arg2 to kpse_set_program_name() git-svn-id: svn://tug.org/texlive/trunk@27073 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/web2c/pooltype.ch | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to 'Build/source/texk/web2c/pooltype.ch') diff --git a/Build/source/texk/web2c/pooltype.ch b/Build/source/texk/web2c/pooltype.ch index 0af0b00774e..cbff918acf7 100644 --- a/Build/source/texk/web2c/pooltype.ch +++ b/Build/source/texk/web2c/pooltype.ch @@ -12,6 +12,14 @@ \def\title{POOL\lowercase{type} changes for C} @z +@x [1] Define my_name +copied from \TeX82. +@y +copied from \TeX82. + +@d my_name=='pooltype' +@z + @x [2] main program changes: no global labels, read command line. label 9999; {this labels the end of the program} @y @@ -25,7 +33,7 @@ procedure initialize; {this procedure gets things started properly} procedure initialize; {this procedure gets things started properly} var @@; begin - kpse_set_program_name (argv[0], nil); + kpse_set_program_name (argv[0], my_name); parse_arguments; @ @z @@ -115,7 +123,7 @@ begin do_nothing; end else if getopt_return_val = '?' then begin - usage ('pooltype'); + usage (my_name); end else if argument_is ('help') then begin usage_help (POOLTYPE_HELP, nil); @@ -130,8 +138,8 @@ begin {Now |optind| is the index of first non-option on the command line.} if (optind + 1 <> argc) then begin - write_ln (stderr, 'pooltype: Need exactly one file argument.'); - usage ('pooltype'); + write_ln (stderr, my_name, ': Need exactly one file argument.'); + usage (my_name); end; pool_name := extend_filename (cmdline (optind), 'pool'); -- cgit v1.2.3