projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20630fd
)
More fixed to make perl script run cirrectly from any root
author
Miro Jurisic
<meeroh@mit.edu>
Sat, 10 Jul 1999 16:59:44 +0000
(16:59 +0000)
committer
Miro Jurisic
<meeroh@mit.edu>
Sat, 10 Jul 1999 16:59:44 +0000
(16:59 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11552
dc483132
-0cff-0310-8789-
dd5450dbe970
src/mac/macfile_gen.pl
patch
|
blob
|
history
diff --git
a/src/mac/macfile_gen.pl
b/src/mac/macfile_gen.pl
index 594aca3c115ca6a04a189a36d427b170141b1281..6bddb238776d478835f3e1ea9758a6a648bba41f 100644
(file)
--- a/
src/mac/macfile_gen.pl
+++ b/
src/mac/macfile_gen.pl
@@
-46,7
+46,7
@@
if ($action ne "all-files") {
} else {
@sourceList = &make_macfile_maclist (&make_macfile_list ());
- foreach (@source
l
ist) {
+ foreach (@source
L
ist) {
$_ =~ s/^:/$prefix/;
}
# @sourceList = map { $prefix . $_;} @sourceList;