X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=build%2Fgenconf;h=0d7bc7370e24dd0b423a940c5265cf0e2dd385fb;hb=cb5e70afa1339bb907f86d165c7364af59b72968;hp=c509ba277bfb4a253199ff898d89c968345579a8;hpb=63a89f1e42d4fade8353f80ea3753def1c6d172a;p=libucw.git diff --git a/build/genconf b/build/genconf index c509ba27..0d7bc737 100755 --- a/build/genconf +++ b/build/genconf @@ -36,7 +36,7 @@ while () { $empty && next; $empty = 1; } else { $empty = 0; } - if (/^#run\s+(.+)/) { + if (/^#pipe\s+(.+)/) { print OUT `$1`; } else { print OUT;