aboutsummaryrefslogtreecommitdiff
path: root/bdep/git.txx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-02-12 22:19:28 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-02-12 22:19:28 +0300
commit6a971cb441dbeafa9d51af5ee873bf71c843967a (patch)
tree294e3f0c2cd0e536b4c22d5c0b29e5fa9264e0ee /bdep/git.txx
parentec3d77effb6afbed1bfd082e9717b3ce1094ac8f (diff)
Adapt to renaming butl::fdnull() to fdopen_null()
Diffstat (limited to 'bdep/git.txx')
-rw-r--r--bdep/git.txx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bdep/git.txx b/bdep/git.txx
index 822be9e..858c452 100644
--- a/bdep/git.txx
+++ b/bdep/git.txx
@@ -131,7 +131,7 @@ namespace bdep
git_line (const semantic_version& min_ver, bool ie, char delim, A&&... args)
{
fdpipe pipe (open_pipe ());
- auto_fd null (ie ? open_dev_null () : auto_fd ());
+ auto_fd null (ie ? open_null () : auto_fd ());
process pr (start_git (min_ver,
0 /* stdin */,