wl pushed a commit to branch master
in repository groff.
commit 1d26addb692e68d029ae3cce8566bea7be3738e7
Author: Werner Lemberg <[email protected]>
Date: Fri Mar 20 11:58:58 2015 +0100
[glilypond] subs.pl (where_is_prog): Fix typo.
---
contrib/groffer/ChangeLog | 4 ++++
contrib/groffer/subs.pl | 2 +-
2 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/contrib/groffer/ChangeLog b/contrib/groffer/ChangeLog
index a411b77..fbee325 100644
--- a/contrib/groffer/ChangeLog
+++ b/contrib/groffer/ChangeLog
@@ -1,3 +1,7 @@
+2015-03-20 Werner LEMBERG <[email protected]>
+
+ * subs.pl (where_is_prog): Fix typo.
+
2014-11-04 Werner LEMBERG <[email protected]>
* version.sh (_GROFF_VERSION_PRESET): Set to 1.22.3.
diff --git a/contrib/groffer/subs.pl b/contrib/groffer/subs.pl
index 3c17a87..7f5a1dc 100644
--- a/contrib/groffer/subs.pl
+++ b/contrib/groffer/subs.pl
@@ -749,7 +749,7 @@ sub where_is_prog {
my @baseargs = ($n);
while (@base) {
my $base = join(' ', @base);
- foreach my $d (@maon::Path) {
+ foreach my $d (@main::Path) {
my $file = File::Spec->catfile($d, $base);
if (-f $file && -x $file) {
my $baseargs = join(' ', @baseargs);
_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit