From 4c8e6861aaab5cc2a8570d8be4609ac194a9631f Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Fri, 10 Nov 2023 09:46:47 -0500 Subject: [PATCH] run-in-py-utils-bt2-env.sh: `${@}` -> `$@` Curly braces not needed here. Signed-off-by: Philippe Proulx Change-Id: I37ead8ae4b6a5f7ce450dbb976690ce53af36e24 --- tests/utils/run-in-py-env.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/utils/run-in-py-env.sh b/tests/utils/run-in-py-env.sh index 497e40c1..52901bae 100755 --- a/tests/utils/run-in-py-env.sh +++ b/tests/utils/run-in-py-env.sh @@ -43,4 +43,4 @@ if [[ ! -f $BT_TESTS_BUILDDIR/Makefile ]]; then exit 1 fi -bt_run_in_py_env "${@}" +bt_run_in_py_env "$@" -- 2.34.1