projects
/
m17n
/
m17n-docs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
925f173
)
*** empty log message ***
author
handa
<handa>
Tue, 17 Feb 2009 11:30:12 +0000
(11:30 +0000)
committer
handa
<handa>
Tue, 17 Feb 2009 11:30:12 +0000
(11:30 +0000)
utils/expand-mdb.awk
patch
|
blob
|
history
diff --git
a/utils/expand-mdb.awk
b/utils/expand-mdb.awk
index
3d037f1
..
a13c937
100644
(file)
--- a/
utils/expand-mdb.awk
+++ b/
utils/expand-mdb.awk
@@
-26,7
+26,7
@@
BEGIN {
to = match($0, "<\/filename>");
TAIL = substr($0, to + RLENGTH);
FILE = sprintf("%s%s", SUBDIR[KEY], substr($0, from+10, to - (from+10)));
- system(sprintf("ls %s/%s|sed -f %s", M17NDB, FILE, SEDFILE));
+ system(sprintf("ls %s/%s | sed -f %s", M17NDB, FILE, SEDFILE));
if (length(TAIL) > 0 && ! match(TAIL, "^[ \t]*$"))
print TAIL;
next;