From b067cba8a3c4e3e8e543191b1eb402b3a791b351 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Wed, 24 Nov 2021 20:40:59 -0500 Subject: [PATCH] spelling: rpmbuild Part of #2256 * configured Change-Id: Id63410c990522e74263f6612e43996237a9ce0ee Signed-off-by: Josh Soref Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/10407 Community-CI: Broadcom CI Tested-by: SPDK CI Jenkins Reviewed-by: Tomasz Zawadzki Reviewed-by: Jim Harris --- rpmbuild/rpm-deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpmbuild/rpm-deps.sh b/rpmbuild/rpm-deps.sh index 5ef12a3d5..740e95957 100755 --- a/rpmbuild/rpm-deps.sh +++ b/rpmbuild/rpm-deps.sh @@ -2,7 +2,7 @@ # This script simply iterates over all libs SPDK binaries link # to and returns a list of .rpm packages SPDK may depend on. At # the end, the list strictly relates to how the SPDK build was -# ./configure'ed. +# ./configure'd. shopt -s nullglob