diff options
author | Cem Keylan <cem@ckyln.com> | 2021-09-24 13:34:54 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-09-24 13:34:54 +0300 |
commit | ac48b586561e5a3a716d4dfeb67534c002acc4cd (patch) | |
tree | e61257d4f4004364c4766d7284652da95bc02616 /testing | |
parent | dea55c32da02fa7f7fbd6a3310daf57ba3bf2dab (diff) | |
download | repository-ac48b586561e5a3a716d4dfeb67534c002acc4cd.tar.gz |
libnghttp2: fix shellcheck warning
Diffstat (limited to 'testing')
-rwxr-xr-x | testing/libnghttp2/build | 2 |
1 files changed, 1 insertions, 1 deletions
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" |