Skip to content

Commit

Permalink
Exit instead of return
Browse files Browse the repository at this point in the history
  • Loading branch information
sea-bass committed Jul 2, 2024
1 parent 87addce commit 93dcfd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup/setup_pyrobosim.bash
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ then
then
echo -e "\nFolder '${ROS_WORKSPACE}' does not exist."
echo "Please configure it to the ROS workspace that contains the 'pyrobosim' repository."
return 1
exit 1
fi

read -p "What ROS distro are you using? (humble, iron, jazzy, rolling) : " ROS_DISTRO
Expand Down

0 comments on commit 93dcfd5

Please sign in to comment.