Skip to content
Snippets Groups Projects
Commit 69551bd0 authored by Caleb Maclennan's avatar Caleb Maclennan
Browse files

use more portable find syntax

BSD find (e.g. as found on Mac OSX) has more strict rules for parsing
arguments and needs a path. PWD is not assumed as on GNU find.
parent 66507bbb
Branches
Tags
No related merge requests found
......@@ -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 '' {} \;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment