diff options
Diffstat (limited to 'libbuild2/version')
-rw-r--r-- | libbuild2/version/snapshot-git.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/version/snapshot-git.cxx b/libbuild2/version/snapshot-git.cxx index ad12c9f..ab0224a 100644 --- a/libbuild2/version/snapshot-git.cxx +++ b/libbuild2/version/snapshot-git.cxx @@ -127,7 +127,7 @@ namespace build2 args, 0 /* stdin */, -1 /* stdout */, - {-1, 1} /* stderr (to stdout) */)); + 1 /* stderr (to stdout) */)); string l; try |