Tecnicamente, é um erro, porque POSIX declara que
all pathnames for other files encountered in the hierarchy shall consist of the concatenation of the current path operand, a <slash> if the current path operand did not end in one, and the filename relative to the path operand
Mas a barra dupla não faça alguma diferença , então ./path/here//foo
e ./path/here/foo
são sempre o mesmo arquivo. (Uma barra dupla faz diferença se estiver no início do caminho em algumas variantes do Unix. Se o seu fizer, esperamos que find
trate este caso especialmente.)