"I will always compile before I commit."

"I will always compile before I commit."
"I will always compile before I commit."
 -Erik
This commit is contained in:
Eric Andersen
2000-11-17 18:51:45 +00:00
parent e5aef92e22
commit a683ee81d9
9 changed files with 71 additions and 47 deletions

View File

@ -1152,7 +1152,7 @@ static int runCommand(struct job *newJob, struct jobSet *jobList, int inBg, int
int pipefds[2]; /* pipefd[0] is for reading */
struct builtInCommand *x;
#ifdef BB_FEATURE_SH_STANDALONE_SHELL
struct BB_applet search_applet, *applet = applets;
struct BB_applet search_applet, *applet;
#endif
nextin = 0, nextout = 1;