X-Git-Url: https://git.madduck.net/code/vcsh.git/blobdiff_plain/6698428bc0f3354f1ce5ae34d4da884adda50729..1a7ec512ee5ec4516662f5aaf3c23bded83cd6d9:/doc/sample_hooks/post-merge-unclobber diff --git a/doc/sample_hooks/post-merge-unclobber b/doc/sample_hooks/post-merge-unclobber index 23c757c..2b8f286 100755 --- a/doc/sample_hooks/post-merge-unclobber +++ b/doc/sample_hooks/post-merge-unclobber @@ -7,4 +7,4 @@ # directory. Git and thus vcsh now see these as un-staged changes to the # working branch and you can deal with them as usual. -find -name '*.vcsh-unclobber' -execdir rename .vcsh-unclobber '' {} \; +find . -name '*.vcsh-unclobber' -execdir rename .vcsh-unclobber '' {} \;