mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
pw-v4l2: fix script as suggested by shellcheck
This commit is contained in:
parent
07d0b14955
commit
d4207d3b0c
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ done
|
|||
|
||||
shift $(( OPTIND - 1 ))
|
||||
|
||||
if [ x"$LD_PRELOAD" = x ] ; then
|
||||
if [ "$LD_PRELOAD" = "" ] ; then
|
||||
LD_PRELOAD="@LIBV4L2_PATH@/libpw-v4l2.so"
|
||||
else
|
||||
LD_PRELOAD="$LD_PRELOAD @LIBV4L2_PATH@/libpw-v4l2.so"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue