Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions commit_protos.bash
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ for pd in $package_dirs; do
license_file=$(dirname $pd)/LICENSE
fi
if ! [ -f $license_file ] ; then
echo NO license file at $license_file either, continuing
continue
echo NO license file at $license_file either aborting
exit -2
fi
package=$(basename $pd)
result_dir=results/${ROS_DISTRO}/${package}/
Expand Down