X-Git-Url: https://git.madduck.net/code/myrepos.git/blobdiff_plain/a33917423c99bcf6dc02d939e7956a746aa974ca..e05cc48761397eb15f7c2b8954cbc54a13c633f3:/lib/git-fake-bare diff --git a/lib/git-fake-bare b/lib/git-fake-bare index 545115b..ab9fb12 100644 --- a/lib/git-fake-bare +++ b/lib/git-fake-bare @@ -66,7 +66,7 @@ git_fake_bare_register = error "git worktree $worktree does not exist" fi echo "Registering git url: $url in $MR_CONFIG (with worktree $worktree)" - mr -c "$MR_CONFIG" config "$PWD" \ + mr -c "$MR_CONFIG" config "`pwd`" \ checkout="git_fake_bare_checkout '$url' '$MR_REPO' '$worktree'" # vim:sw=8:sts=0:ts=8:noet