Skip to content

Commit

Permalink
fix quote position in awk command
Browse files Browse the repository at this point in the history
  • Loading branch information
j-rivero authored Oct 3, 2023
1 parent aaf24e0 commit 2ce2315
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins-scripts/docker/ros_gz-install-test-job.bash
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ echo '# END SECTION'
echo '# BEGIN SECTION: test gz_sim via ros2 launch'
# Workaround until ros_gz defines a dependency on gz-sim*-cli. Avoid to use
# apt --install-suggests since it installs the whole universe of packages
VER=\$(dpkg -l | grep libgz-sim | grep ^ii | head -1 | awk '{ print \$3 '})
VER=\$(dpkg -l | grep libgz-sim | grep ^ii | head -1 | awk '{ print \$3 }')
sudo apt-get install -y gz-sim\${VER:0:1}-cli
TEST_START=\`date +%s\`
# preserve-status did not work here
Expand Down

0 comments on commit 2ce2315

Please sign in to comment.