Closed elvout closed 1 year ago
This PR fixes a typo in stretch_create_catkin_workspace.sh to check the existence of $CATKIN_WSDIR instead of $AMENT_WSDIR on Ubuntu 18.04 and 20.04. The bash nounset option is also turned on to catch unset variables.
stretch_create_catkin_workspace.sh
$CATKIN_WSDIR
$AMENT_WSDIR
nounset
Thanks for the PR @elvout!
This PR fixes a typo in
stretch_create_catkin_workspace.sh
to check the existence of$CATKIN_WSDIR
instead of$AMENT_WSDIR
on Ubuntu 18.04 and 20.04. The bashnounset
option is also turned on to catch unset variables.