From 50e17a1cf3a85d16c7249b6f3d9d750c190eb10d Mon Sep 17 00:00:00 2001 From: Adrian Reber Date: Mon, 24 Apr 2023 07:49:57 +0000 Subject: [PATCH] scripts: make newer versions of shellcheck happy Signed-off-by: Adrian Reber --- scripts/install-debian-pkgs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install-debian-pkgs.sh b/scripts/install-debian-pkgs.sh index 540c2c094..8be49c787 100755 --- a/scripts/install-debian-pkgs.sh +++ b/scripts/install-debian-pkgs.sh @@ -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