run-in-py-utils-bt2-env.sh: `${@}` -> `$@`
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 10 Nov 2023 14:46:47 +0000 (09:46 -0500)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Wed, 7 Feb 2024 21:25:56 +0000 (16:25 -0500)
Curly braces not needed here.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Change-Id: I37ead8ae4b6a5f7ce450dbb976690ce53af36e24

tests/utils/run-in-py-env.sh

index 497e40c18fbb52f582d832ca6e1514eff2b0da2b..52901baec0aa156d51ff6e09880ec7bb33f24cdf 100755 (executable)
@@ -43,4 +43,4 @@ if [[ ! -f $BT_TESTS_BUILDDIR/Makefile ]]; then
        exit 1
 fi
 
-bt_run_in_py_env "${@}"
+bt_run_in_py_env "$@"
This page took 0.024539 seconds and 4 git commands to generate.