Removed build artifacts from repo
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
# since a plain shell script can't determine its own path when being sourced
|
||||
# either use the provided COLCON_CURRENT_PREFIX
|
||||
# or fall back to the build time prefix (if it exists)
|
||||
_colcon_prefix_sh_COLCON_CURRENT_PREFIX="/home/petar/Documents/Coding/2025-Eurobot/Rviz-Plugin-Demo/install"
|
||||
_colcon_prefix_sh_COLCON_CURRENT_PREFIX="/home/petar/Documents/Projects/Eurobot/Rviz-Plugin-Demo/install"
|
||||
if [ -z "$COLCON_CURRENT_PREFIX" ]; then
|
||||
if [ ! -d "$_colcon_prefix_sh_COLCON_CURRENT_PREFIX" ]; then
|
||||
echo "The build time path \"$_colcon_prefix_sh_COLCON_CURRENT_PREFIX\" doesn't exist. Either source a script for a different shell or set the environment variable \"COLCON_CURRENT_PREFIX\" explicitly." 1>&2
|
||||
|
||||
Reference in New Issue
Block a user