2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-30 22:05:36 +00:00

scripts: make newer versions of shellcheck happy

Signed-off-by: Adrian Reber <areber@redhat.com>
This commit is contained in:
Adrian Reber
2023-04-24 07:49:57 +00:00
committed by Andrei Vagin
parent 1d4c5ed74d
commit d98c533a83

View File

@@ -15,7 +15,7 @@ function print_help()
function process()
{
sudo apt-get update
sudo apt-get install -yq "$( sed 's/\#.*$//' ${REQ_PKGS} )"
sudo apt-get install -yq "$( sed 's/\#.*$//' "${REQ_PKGS}" )"
}
if [ "$1" = "--help" ] || [ "$1" = "-h" ]; then