From d7ab5159ee919e968e5729c264703f03a825e9b8 Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Thu, 21 Apr 2022 09:19:34 +0200 Subject: ptxd_make_world_compile_commands: don't forget the optional argument The optional first argument is the source file. It can be used when the file is in a different location. Don't forget to pass it on to ptxd_make_world_compile_commands_filter(). Signed-off-by: Michael Olbrich --- scripts/lib/ptxd_make_world_compile_commands.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/lib/ptxd_make_world_compile_commands.sh b/scripts/lib/ptxd_make_world_compile_commands.sh index a3aa2033b..44aed3477 100644 --- a/scripts/lib/ptxd_make_world_compile_commands.sh +++ b/scripts/lib/ptxd_make_world_compile_commands.sh @@ -34,6 +34,6 @@ export -f ptxd_make_world_compile_commands_filter ptxd_make_world_compile_commands() { ptxd_make_world_init && - ptxd_make_world_compile_commands_filter + ptxd_make_world_compile_commands_filter "${@}" } export -f ptxd_make_world_compile_commands -- cgit v1.2.3