Skip to content

Commit

Permalink
run-make-check.sh: drop workaround for undeclared jq build dependency
Browse files Browse the repository at this point in the history
jq build dependency is properly declared now.

Signed-off-by: Nathan Cutler <[email protected]>
  • Loading branch information
smithfarm committed Jul 9, 2018
1 parent b59d2ee commit c8691cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-make-check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ function run() {
exit 1
fi
if [ -n "$install_cmd" ]; then
$DRY_RUN sudo $install_cmd ccache jq $which_pkg
$DRY_RUN sudo $install_cmd ccache $which_pkg
else
echo "WARNING: Don't know how to install packages" >&2
echo "This probably means distribution $ID is not supported by run-make-check.sh" >&2
Expand Down

0 comments on commit c8691cd

Please sign in to comment.