X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=build%2Fgenconf;h=0d7bc7370e24dd0b423a940c5265cf0e2dd385fb;hb=b4d79987a979bcbf749294c706fdc8c4ae8f9304;hp=c509ba277bfb4a253199ff898d89c968345579a8;hpb=3a4df62d817e0e6c854f44dfb5b78ef3eac953b9;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;