commit-womb
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[commit-womb] gnumaint gm-read.pl


From: Therese Godefroy
Subject: [commit-womb] gnumaint gm-read.pl
Date: Mon, 10 Dec 2018 06:26:40 -0500 (EST)

CVSROOT:        /sources/womb
Module name:    gnumaint
Changes by:     Therese Godefroy <th_g> 18/12/10 06:26:40

Modified files:
        .              : gm-read.pl 

Log message:
        s/mundane-name/mundane_name/

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnumaint/gm-read.pl?cvsroot=womb&r1=1.24&r2=1.25

Patches:
Index: gm-read.pl
===================================================================
RCS file: /sources/womb/gnumaint/gm-read.pl,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -b -r1.24 -r1.25
--- gm-read.pl  12 Nov 2018 22:31:33 -0000      1.24
+++ gm-read.pl  10 Dec 2018 11:26:40 -0000      1.25
@@ -1,4 +1,4 @@
-# $Id: gm-read.pl,v 1.24 2018/11/12 22:31:33 brandon Exp $
+# $Id: gm-read.pl,v 1.25 2018/12/10 11:26:40 th_g Exp $
 # Subroutines for gm script that read various external data file.
 # 
 # Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014
@@ -436,7 +436,7 @@
         my %copy = %pkg;  # do not save a pointer to what will be overwritten
         $copy{"lineno"} = $. - 1;  # save line number
 
-        my $human_label = $pkg{"mundane-name"};
+        my $human_label = $pkg{"mundane_name"};
         if (! $human_label) {
           ($human_label = $pkg{"package"}) =~ s/^gnu/GNU/; # gnufoo -> GNUfoo
           $human_label = ucfirst ($human_label);    # bar -> Bar



reply via email to

[Prev in Thread] Current Thread [Next in Thread]