[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: * tp/texi2any.pl: do not decode -o file name
From: |
Patrice Dumas |
Subject: |
branch master updated: * tp/texi2any.pl: do not decode -o file name |
Date: |
Sun, 20 Feb 2022 16:36:29 -0500 |
This is an automated email from the git hooks/post-receive script.
pertusus pushed a commit to branch master
in repository texinfo.
The following commit(s) were added to refs/heads/master by this push:
new 1c43e04fc9 * tp/texi2any.pl: do not decode -o file name
1c43e04fc9 is described below
commit 1c43e04fc9a4845fbefa91373fb1935d3ba47792
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Sun Feb 20 22:36:04 2022 +0100
* tp/texi2any.pl: do not decode -o file name
---
tp/texi2any.pl | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/tp/texi2any.pl b/tp/texi2any.pl
index 5fc1180c48..8bd5f1ec7b 100755
--- a/tp/texi2any.pl
+++ b/tp/texi2any.pl
@@ -899,7 +899,8 @@ There is NO WARRANTY, to the extent permitted by law.\n"),
"2021");
set_from_cmdline($var, undef);
$var = 'SUBDIR';
}
- set_from_cmdline($var, _decode_input($_[1]));
+ #set_from_cmdline($var, _decode_input($_[1]));
+ set_from_cmdline($var, $_[1]);
push @texi2dvi_args, '-o', $_[1];
},
'no-validate|no-pointer-validate' => sub {
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: * tp/texi2any.pl: do not decode -o file name,
Patrice Dumas <=