X-Git-Url: https://git.madduck.net/code/myrepos.git/blobdiff_plain/05b4b156dfab3c89cbf4652183f997ce6d78739a..d82be80725445a6f848c7207f77680a66a903311:/mrconfig diff --git a/mrconfig b/mrconfig index 5635ec0..5c1d8c2 100644 --- a/mrconfig +++ b/mrconfig @@ -24,6 +24,6 @@ checkout = svn co svn+ssh://svn.kitenet.net/srv/svn/joey/trunk/home-$(hostname) # run svnfix after each update update = svn update && svnfix -# Teach mr how to run svn cleanup. [default] -cleanup = if [ -d .svn ]; then svn cleanup ; fi +# Teach mr how to run svn cleanup. +cleanup = if [ -d "$MR_REPO"/.svn ]; then svn cleanup ; fi