X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=build%2Fgenconf;h=0d7bc7370e24dd0b423a940c5265cf0e2dd385fb;hb=2b4ec9efc35604bb23962bd1cf04a6791caf656a;hp=7a53dc1b3c824749ec689b0a30db8d93feecef47;hpb=95d2d7fae73701c183beeb39aad29f076b02a115;p=libucw.git diff --git a/build/genconf b/build/genconf index 7a53dc1b..0d7bc737 100755 --- a/build/genconf +++ b/build/genconf @@ -36,7 +36,11 @@ while () { $empty && next; $empty = 1; } else { $empty = 0; } - print OUT; + if (/^#pipe\s+(.+)/) { + print OUT `$1`; + } else { + print OUT; + } } } @ifs && die "Unterminated #ifdef";