diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2021-01-17 12:37:27 -0800 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2021-01-17 12:37:27 -0800 |
| commit | a4f0b93836fa84c80d68ffdab4e36dd026a498f0 (patch) | |
| tree | 5d1d840eae6f2653c0fa66017dc6a63a2e17f756 /bp.c | |
| parent | f264731e6ba834d8e614b9aaa020845c12266c1e (diff) | |
Added comment
Diffstat (limited to 'bp.c')
| -rw-r--r-- | bp.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -523,7 +523,7 @@ int main(int argc, char *argv[]) int found = 0; if (mode == MODE_JSON) printf("["); - if (git) { + if (git) { // Get the list of files from `git --ls-files ...` int fds[2]; check(pipe(fds) == 0, "Failed to create pipe"); pid_t child = fork(); |
