diff options
author | Norbert Preining <preining@logic.at> | 2008-12-18 20:20:05 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2008-12-18 20:20:05 +0000 |
commit | 38f57c4178df3b92ac0988cf9f4aa26cf7ef9141 (patch) | |
tree | 8e8d9b742d274df4ae0015b1741a1540982b8556 /Master/tlpkg/etc | |
parent | 195850bc71049184959dd35462e8db33a48de448 (diff) |
update the patch to allow global options at all ...
git-svn-id: svn://tug.org/texlive/trunk@11645 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/etc')
-rw-r--r-- | Master/tlpkg/etc/dev.permutable-arguments.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/etc/dev.permutable-arguments.patch b/Master/tlpkg/etc/dev.permutable-arguments.patch index 4d76a47d5ca..6a81b845087 100644 --- a/Master/tlpkg/etc/dev.permutable-arguments.patch +++ b/Master/tlpkg/etc/dev.permutable-arguments.patch @@ -178,7 +178,7 @@ Index: tlmgr2.pl + if ($k eq "n" || $k eq "dry-run") { + $kk = "dry-run|n"; + } -+ if (!defined($suppargs{$kk})) { ++ if ( !defined($suppargs{$kk}) && !defined($globaloptions{$kk}) ) { + push @notvalidargs, $k; + } +} |