diff options
author | John Ankarström <john@ankarstrom.se> | 2021-07-09 15:42:43 +0200 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2021-07-09 22:00:29 +0200 |
commit | 7149995536739b984a2a832f8ee725e9de3832dc (patch) | |
tree | b40821326381efdfb117a72bfaa7493bb97abcdd | |
parent | a833f7029616579ecf0457ca98f5705b8f915fe0 (diff) | |
download | build-7149995536739b984a2a832f8ee725e9de3832dc.tar.gz |
Print current file, not first file
-rw-r--r-- | build.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -149,7 +149,7 @@ main(int argc, char *argv[]) if (errno != ENOENT) err(1, d); fprintf(stderr, "%s: dependency %s does not " - "exist\n", argv[0], d); + "exist\n", argv[i], d); continue; } if (sb.st_mtime > ssb.st_mtime) { |