*** empty log message ***
authorhanda <handa>
Tue, 17 Feb 2009 11:30:12 +0000 (11:30 +0000)
committerhanda <handa>
Tue, 17 Feb 2009 11:30:12 +0000 (11:30 +0000)
utils/expand-mdb.awk

index 3d037f1..a13c937 100644 (file)
@@ -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;