2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-22 09:58:09 +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 df7b897a22
commit 50e17a1cf3

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