From 53ea8e285ea71f089deaef438ac4914bda5947a3 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 7 Apr 2020 23:18:17 +0300 Subject: Fix fixup_worktree() to properly replace git's filesystem-agnostic symlinks with real symlinks --- bpkg/fetch-git.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bpkg/fetch-git.cxx b/bpkg/fetch-git.cxx index bb39cc8..b7ff456 100644 --- a/bpkg/fetch-git.cxx +++ b/bpkg/fetch-git.cxx @@ -2430,7 +2430,7 @@ namespace bpkg try { if (dir_target) - mksymlink (tp, lp, true /* dir */); + mksymlink (t, lp, true /* dir */); else mkhardlink (tp, lp); } -- cgit v1.1