mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 02:14:37 +00:00
scripts: make newer versions of shellcheck happy
Signed-off-by: Adrian Reber <areber@redhat.com>
This commit is contained in:
parent
df7b897a22
commit
50e17a1cf3
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue