Skip to content

Commit

Permalink
physics-patch (17feb25)
Browse files Browse the repository at this point in the history
git-svn-id: svn://tug.org/texlive/trunk/Build/source@74067 c570f23f-e606-0410-a88d-b1316a301751
  • Loading branch information
kberry committed Feb 17, 2025
1 parent 8b2415a commit 2fcde80
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions texk/texlive/linked_scripts/texdef/texdef.pl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env perl
################################################################################
# texdef -- Show definitions of TeX commands
# Copyright (c) 2011-2020 Martin Scharrer <martin@scharrer-online.de>
# Copyright (c) 2011-2025 Martin Scharrer <martin.scharrer@web.de>
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down Expand Up @@ -116,14 +116,14 @@ sub addignore {
my $BEGINENVSTR = '%s';
my $ENDENVSTR = '%s';

my $VERSION = 'Version 1.9 -- 2020/09/27';
my $VERSION = 'Version 1.10 -- 2025/02/17';
sub usage {
my $option = shift;
my $ret = ($option) ? 0 : 1;
print << 'EOT';
texdef -- Show definitions of TeX commands
Version 1.9 -- 2020/09/27
Copyright (C) 2011-2020 Martin Scharrer <martin@scharrer-online.de>
Version 1.10 -- 2025/02/17
Copyright (c) 2011-2025 Martin Scharrer <martin.scharrer@web.de>
This program comes with ABSOLUTELY NO WARRANTY;
This is free software, and you are welcome to redistribute it under certain conditions;
Expand Down Expand Up @@ -222,7 +222,7 @@ sub envcode {
}

## Define and process options
Getopt::Long::Configure ("bundling");
Getopt::Long::Configure ("bundling","no_ignore_case");
GetOptions (
'value|v!' => \$SHOWVALUE,
'Environment|E!' => \$ISENVIRONMENT,
Expand Down

0 comments on commit 2fcde80

Please sign in to comment.