fix $git_root caching

master
Joey Hess 2010-10-04 16:35:17 -04:00
parent a29f169b1e
commit 80da2b2840
1 changed files with 1 additions and 1 deletions

View File

@ -741,7 +741,7 @@ sub git_find_root {
} }
} }
return $subdir; return $git_root=$subdir;
} }
} }