From: Nathan Cutler Date: Mon, 9 Jul 2018 08:41:11 +0000 (+0200) Subject: run-make-check.sh: drop workaround for undeclared jq build dependency X-Git-Tag: v14.0.1~911^2~7 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=c8691cd9a3a3f2ccce03dbe66232fe172935bea4;p=ceph.git run-make-check.sh: drop workaround for undeclared jq build dependency jq build dependency is properly declared now. Signed-off-by: Nathan Cutler --- diff --git a/run-make-check.sh b/run-make-check.sh index 0f1988196b6b..643906a64e0e 100755 --- a/run-make-check.sh +++ b/run-make-check.sh @@ -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