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:
committed by
Andrei Vagin
parent
1d4c5ed74d
commit
d98c533a83
@@ -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
|
||||
|
Reference in New Issue
Block a user