Skip to content

Commit 134c136

Browse files
committed
fix regression of #228
1 parent 98b4871 commit 134c136

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/doc/build_doc.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def main(argv=sys.argv[1:]):
9393
# generated by cmi won't implicitly source the underlays
9494
setup_file = '/opt/ros/%s/setup.sh' % args.rosdistro_name
9595
if os.path.exists(setup_file):
96-
source_cmd = ['.', setup_file] + source_cmd
96+
source_cmd = ['.', setup_file, '&&'] + source_cmd
9797
rosdoc_lite_cmd = [
9898
os.path.join(args.rosdoc_lite_dir, 'scripts', 'rosdoc_lite'),
9999
pkg_path,

0 commit comments

Comments
 (0)