Fix bang parsing

This commit is contained in:
Wilson Lin 2018-08-08 10:37:32 +12:00
parent 2997fab7cd
commit 959156c261
1 changed files with 2 additions and 2 deletions

View File

@ -15,10 +15,10 @@ void hbs_bang(hbu_pipe_t pipe)
break;
}
hbu_pipe_skip(pipe);
hbu_pipe_accept(pipe);
}
hbu_pipe_skip(pipe);
hbu_pipe_accept(pipe);
}
#endif // _HDR_HYPERBUILD_STREAM_BANG