From ac48b586561e5a3a716d4dfeb67534c002acc4cd Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Fri, 24 Sep 2021 13:34:54 +0300 Subject: libnghttp2: fix shellcheck warning --- testing/libnghttp2/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/libnghttp2/build b/testing/libnghttp2/build index a1bc15c9..dc08efc4 100755 --- a/testing/libnghttp2/build +++ b/testing/libnghttp2/build @@ -9,4 +9,4 @@ make DESTDIR="$1" install # Even when only installing libraries, the build system installs manual pages # and documentation for the utilities. -rm -r "$1/usr/share" +rm -r "${1:?}/usr/share" -- cgit v1.2.3