rm bashisms, applied port patch

This commit is contained in:
git@daemon.de
2015-05-16 00:14:14 +02:00
parent 30e1cdf87a
commit ad8681f0d1
6 changed files with 20 additions and 27 deletions

View File

@@ -260,7 +260,7 @@ void Engine::regexp() {
/*
* Insert data into the db
*/
void Engine::from_stdin() {
void Engine::from_input() {
init();
#ifdef HAVE_BERKELEY
int err;