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