Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Commit

Permalink
Disable turning off of case-insensitivity.
Browse files Browse the repository at this point in the history
  • Loading branch information
aentinger committed May 13, 2024
1 parent 74d07bf commit 5d94372
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docker/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
cd /tmp/colcon_ws
. /opt/ros/humble/setup.sh

shopt -s nocasematch

if [[ "$1" = "build" ]]
then
echo "Rebuilding package robotem_rovne ..."
Expand All @@ -19,5 +17,3 @@ then
else
echo "Invalid command option"
fi

shopt -u nocasematch

0 comments on commit 5d94372

Please sign in to comment.