X-Git-Url: https://git.madduck.net/code/myrepos.git/blobdiff_plain/589208a7aa520f2cf570caddb2f0b2880e65129a..f369b8af542c644eed69bd3bf26d77dfc177c33e:/mrconfig?ds=inline diff --git a/mrconfig b/mrconfig index 5cb3af6..5c1d8c2 100644 --- a/mrconfig +++ b/mrconfig @@ -26,4 +26,4 @@ update = svn update && svnfix [default] # Teach mr how to run svn cleanup. -cleanup = if [ -d .svn ]; then svn cleanup ; fi +cleanup = if [ -d "$MR_REPO"/.svn ]; then svn cleanup ; fi