aboutsummaryrefslogtreecommitdiff
path: root/bdep/publish.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bdep/publish.cxx')
-rw-r--r--bdep/publish.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/bdep/publish.cxx b/bdep/publish.cxx
index 094f42c..c97bdd5 100644
--- a/bdep/publish.cxx
+++ b/bdep/publish.cxx
@@ -402,7 +402,7 @@ namespace bdep
auto worktree_add = [&prj, &wd] ()
{
bool q (verb < 2);
- auto_fd null (q ? open_dev_null () : auto_fd ());
+ auto_fd null (q ? open_null () : auto_fd ());
process pr (start_git (git_ver,
prj,
@@ -488,7 +488,7 @@ namespace bdep
{
// Create the empty tree object.
//
- auto_fd null (open_dev_null ());
+ auto_fd null (open_null ());
fdpipe pipe (open_pipe ());
process pr (start_git (git_ver,