[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: * tp/texi2any.pl (set_subdir_directories): correc
From: |
Patrice Dumas |
Subject: |
branch master updated: * tp/texi2any.pl (set_subdir_directories): correct first directory. |
Date: |
Sun, 15 Dec 2024 18:27:08 -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 c7a228deca * tp/texi2any.pl (set_subdir_directories): correct first
directory.
c7a228deca is described below
commit c7a228deca19df59678c7fa5f6062e71d20d959e
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Mon Dec 16 00:26:56 2024 +0100
* tp/texi2any.pl (set_subdir_directories): correct first directory.
---
ChangeLog | 4 ++++
tp/texi2any.pl | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index 0cf8d650fc..c597f028e5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2024-12-15 Patrice Dumas <pertusus@free.fr>
+
+ * tp/texi2any.pl (set_subdir_directories): correct first directory.
+
2024-12-15 Patrice Dumas <pertusus@free.fr>
* tp/texi2any.pl (add_config_paths): remove a spurious subdir in
diff --git a/tp/texi2any.pl b/tp/texi2any.pl
index 0aaf14446d..9be65b3918 100755
--- a/tp/texi2any.pl
+++ b/tp/texi2any.pl
@@ -459,7 +459,7 @@ sub set_subdir_directories($$) {
my $subdir = shift;
my $deprecated_dirs = shift;
- my @result = ('.'."/$subdir");
+ my @result = (".$subdir");
my $config_home;
my $deprecated_config_home;
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: * tp/texi2any.pl (set_subdir_directories): correct first directory.,
Patrice Dumas <=