diff options
author | Hans Hagen <pragma@wxs.nl> | 2004-03-09 00:00:00 +0100 |
---|---|---|
committer | Hans Hagen <pragma@wxs.nl> | 2004-03-09 00:00:00 +0100 |
commit | b3e51f52d2070a709e3089ada6054cd2080590ca (patch) | |
tree | b14c8903849be35210f217cfa559862a750a87fd /context/perltk/texexec.pl | |
parent | aff54a32fba80a11d2349133324c2c90064b938b (diff) | |
download | context-b3e51f52d2070a709e3089ada6054cd2080590ca.tar.gz |
stable 2004.03.09
Diffstat (limited to 'context/perltk/texexec.pl')
-rw-r--r-- | context/perltk/texexec.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/context/perltk/texexec.pl b/context/perltk/texexec.pl index f5e27818d..cd75821a9 100644 --- a/context/perltk/texexec.pl +++ b/context/perltk/texexec.pl @@ -325,7 +325,7 @@ if ( ( $LogFile ne '' ) && ( $LogFile =~ /\w+\.log$/io ) ) { *STDERR = *LOGFILE; } -my $Program = " TeXExec 4.0 - ConTeXt / PRAGMA ADE 1997-2003"; +my $Program = " TeXExec 4.0 - ConTeXt / PRAGMA ADE 1997-2004"; print "\n$Program\n\n"; @@ -602,7 +602,7 @@ if ( open( INI, $IniPath ) ) { if ($Verbose) { print "\n" } } elsif ($Verbose) { print -" warning : $IniPath not found, did you read 'texexec.rme'?\n"; + " warning : $IniPath not found, did you read 'texexec.rme'?\n"; exit 1; } else { print |