Skip to content

Commit f0c0c9d

Browse files
authored
[setup_sas_ros_jazzy_coppeliasim.sh] Fixing coppeliasim alias.
1 parent ed40da8 commit f0c0c9d

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.devel/scripts/setup_sas_ros_jazzy_coppeliasim.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,4 @@ https://downloads.coppeliarobotics.com/"${COPPELIASIM_RELEASE}"/"${COPPELIASIM_F
2323
tar -xf "${COPPELIASIM_FILE}"
2424

2525
echo "export COPPELIASIM_PATH='${HOME}/utils/CoppeliaSim_Edu_${COPPELIASIM_RELEASE}_${UBUNTU_VERSION}'">> ~/.bashrc
26-
# shellcheck disable=SC2016
27-
# Suppressed because we want to use $COPPELIASIM_PATH in bashrc.
28-
echo 'alias coppeliasim=$COPPELIASIM_PATH/coppeliaSim.sh & '>> ~/.bashrc
26+
echo "alias coppeliasim='$COPPELIASIM_PATH/coppeliaSim.sh &'">> ~/.bashrc

0 commit comments

Comments
 (0)