Skip to content

Commit

Permalink
Unzip quiet
Browse files Browse the repository at this point in the history
  • Loading branch information
xavisolesoft authored and Blyron committed May 2, 2024
1 parent 1071001 commit 4da350a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Util/BuildTools/BuildOSM2ODR.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ if ${BUILD_OSM2ODR} ; then
if [ ! -d ${OSM2ODR_SOURCE_FOLDER} ] ; then
cd ${CARLA_BUILD_FOLDER}
curl --retry 5 --retry-max-time 120 -L -o OSM2ODR.zip https://github.com/carla-simulator/sumo/archive/${CURRENT_OSM2ODR_COMMIT}.zip
unzip OSM2ODR.zip
unzip -qq OSM2ODR.zip
rm -f OSM2ODR.zip
mv sumo-${CURRENT_OSM2ODR_COMMIT} ${OSM2ODR_SOURCE_FOLDER}
fi
Expand Down

0 comments on commit 4da350a

Please sign in to comment.