ci: ShellCheck preprocessed scripts separately

Change the shellcheck job so that we configure the build and check the
preprocessed versions of the scripts, not the bare ones, which might not
be syntactically valid yet.
This commit is contained in:
Jan Alexander Steffens (heftig) 2023-08-29 16:49:01 +02:00 committed by Wim Taymans
parent 99cf172bc7
commit 43db03909b
4 changed files with 12 additions and 1 deletions

View file

@ -37,6 +37,7 @@ shift $(( OPTIND - 1 ))
if [ "$PW_UNINSTALLED" = 1 ] ; then
PW_V4L2_LD_PRELOAD="$PW_BUILDDIR"'/pipewire-v4l2/src/libpw-v4l2.so'
else
# shellcheck disable=SC2016 # ${LIB} is interpreted by ld.so, not the shell
PW_V4L2_LD_PRELOAD='@LIBV4L2_PATH@/libpw-v4l2.so'
fi