This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
metaconfig.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
7ae9aa2
)
Fix spelling error in config_argN, RT [perl #82788].
author
Andy Dougherty
<doughera@lafayete.edu>
Fri, 9 Dec 2011 02:29:09 +0000
(21:29 -0500)
committer
Andy Dougherty
<doughera@lafayete.edu>
Fri, 9 Dec 2011 02:29:09 +0000
(21:29 -0500)
U/mkglossary
patch
|
blob
|
blame
|
history
diff --git
a/U/mkglossary
b/U/mkglossary
index
1406ffa
..
0d7288e
100755
(executable)
--- a/
U/mkglossary
+++ b/
U/mkglossary
@@
-196,6
+196,6
@@
config_arg0 (Options.U):
config_argc (Options.U):
This variable contains the number of command-line arguments
passed to Configure, as reported by the shell in the $# variable.
config_argc (Options.U):
This variable contains the number of command-line arguments
passed to Configure, as reported by the shell in the $# variable.
- The individual arguments are stored as variables config_arg
c
1,
- config_arg
c
2, etc.
+ The individual arguments are stored as variables config_arg1,
+ config_arg2, etc.