aboutsummaryrefslogtreecommitdiff
path: root/build.c
diff options
context:
space:
mode:
Diffstat (limited to 'build.c')
-rw-r--r--build.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.c b/build.c
index b98ac6b..6db1aed 100644
--- a/build.c
+++ b/build.c
@@ -82,7 +82,7 @@ main(int argc, char *argv[])
/* parse line */
b = buf;
- for (b++; *b; b++) {
+ for (; *b; b++) {
/* command line */
if (strncmp(b, " $ ", 3) == 0
|| strncmp(b, " $ ", 3) == 0) {