> By the way, there are some typos in the script. A variable called > relativedirname is set at the top of the loop, and then further down, > refativedirname and relativedirname are both used a few times. > > This probably works because you cd to $FROMWHERE before the loop and > the "find $refativedirname -name ..." expands to "find -name ..." > which is treated the same as "find . -name ..." by GNU find (but not > BSD find and the versions from proprietary UNIXes as far as I > remember.)
Created attachment 6203 [details] Fix typos
Pushed to my tree (finally). Thanks for the patch sorry for the delay. Thanks to Matthias for the reminder.