Skip to content

Commit 3ffbbd1

Browse files
authored
[setup_sas_ros_jazzy_coppeliasim.sh] Fixing COPPELIASIM_PATH not expanding.
1 parent 97a9294 commit 3ffbbd1

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.devel/scripts/setup_sas_ros_jazzy_coppeliasim.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ echo "Downloading ${COPPELIASIM_FILE}."
2020
curl --progress-bar --remote-name --location \
2121
https://downloads.coppeliarobotics.com/"${COPPELIASIM_RELEASE}"/"${COPPELIASIM_FILE}" || exit 1
2222

23+
echo "Extracting ${COPPELIASIM_FILE}."
2324
tar -xf "${COPPELIASIM_FILE}"
2425

26+
echo "Setting environment variables for ${COPPELIASIM_FILE}."
2527
echo "export COPPELIASIM_PATH='${HOME}/utils/CoppeliaSim_Edu_${COPPELIASIM_RELEASE}_${UBUNTU_VERSION}'">> ~/.bashrc
26-
echo "alias coppeliasim='$COPPELIASIM_PATH/coppeliaSim.sh &'">> ~/.bashrc
28+
echo 'alias coppeliasim="$COPPELIASIM_PATH/coppeliaSim.sh &"'>> ~/.bashrc

0 commit comments

Comments
 (0)