]> mj.ucw.cz Git - libucw.git/commitdiff
rewriting PL timetables... incomplete
authorPavel Charvat <pavel.charvat@netcentrum.cz>
Wed, 18 Oct 2006 13:14:16 +0000 (15:14 +0200)
committerPavel Charvat <pavel.charvat@netcentrum.cz>
Wed, 18 Oct 2006 13:14:16 +0000 (15:14 +0200)
build/genconf

index c509ba277bfb4a253199ff898d89c968345579a8..0d7bc7370e24dd0b423a940c5265cf0e2dd385fb 100755 (executable)
@@ -36,7 +36,7 @@ while (<IN>) {
                        $empty && next;
                        $empty = 1;
                } else { $empty = 0; }
-               if (/^#run\s+(.+)/) {
+               if (/^#pipe\s+(.+)/) {
                        print OUT `$1`;
                } else {
                        print OUT;