From c6c748f8175b3d490c2751137037ddae33474328 Mon Sep 17 00:00:00 2001 From: Florian Schmaus Date: Wed, 5 Jun 2024 09:17:58 +0200 Subject: fix force-tlmgr-into-user-mode.patch gpatch would fail with gpatch: **** malformed patch at line 24: for my $c (@notvalidargs) { probably because the hunk does not contain any changes, as a result from a previous edit of the patch. Signed-off-by: Florian Schmaus --- force-tlmgr-into-user-mode.patch | 7 ------- 1 file changed, 7 deletions(-) diff --git a/force-tlmgr-into-user-mode.patch b/force-tlmgr-into-user-mode.patch index 957ba75..5ff74b7 100644 --- a/force-tlmgr-into-user-mode.patch +++ b/force-tlmgr-into-user-mode.patch @@ -15,13 +15,6 @@ diff --git a/texk/texlive/linked_scripts/texlive/tlmgr.pl b/texk/texlive/linked_ index 6b7da02192d2..47c9f5bfa4af 100755 --- a/texk/texlive/linked_scripts/texlive/tlmgr.pl +++ b/texk/texlive/linked_scripts/texlive/tlmgr.pl -@@ -616,6 +616,6 @@ for the full story.\n"; - } - push @notvalidargs, $k if !$found; - } - if (@notvalidargs) { - my $msg = "The action $action does not support the following option(s):\n"; - for my $c (@notvalidargs) { @@ -630,6 +631,10 @@ for the full story.\n"; # the main tree we will be working on -- cgit v1.2.3-65-gdbad