]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Fix find_autodoc_modules.sh to support OSX
authorMathieu Gagné <mgagne@iweb.com>
Mon, 1 Dec 2014 20:13:28 +0000 (15:13 -0500)
committerMathieu Gagné <mgagne@iweb.com>
Mon, 1 Dec 2014 20:13:28 +0000 (15:13 -0500)
commitedd69bf358567b58ed186ec4bb7d53558aad9233
tree03825728debe91d4051003b5e70ce50da753f0b9
parent7e3ddf8d0d2759126cac9a8b089fbc43c3857aaa
Fix find_autodoc_modules.sh to support OSX

When running 'find cinder/' on OSX platforms, all returned paths
will have 2 slashes (//). Because the script only strips
the first slash as per the CINDER_DIR value, we end up
with module names such as "cinder..db.api" in the documentation.

This change trims the leading dot if found to avoid this situation.

Change-Id: I9423b253d9842295850f469757e928bf5856967a
doc/find_autodoc_modules.sh