diff --git a/build_tools/check.sh b/build_tools/check.sh index 14d444cac..c788e158f 100755 --- a/build_tools/check.sh +++ b/build_tools/check.sh @@ -124,7 +124,7 @@ fi # Using "()" not "{}" because we do want a subshell (for the export) system_tests() ( - [ -n "$@" ] && export "$@" + [ -n "$*" ] && export "$@" export FISH_GETTEXT_EXTRACTION_DIR="$gettext_template_dir" "$workspace_root/tests/test_driver.py" "$build_dir" )