mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
Fix shellcheck warnings
This commit is contained in:
parent
ebe5fa7809
commit
61dd645c63
3 changed files with 13 additions and 13 deletions
|
|
@ -2,10 +2,10 @@
|
|||
|
||||
# Only there to make jhbuild happy
|
||||
|
||||
if [ -z $MESON ]; then
|
||||
MESON=`which meson`
|
||||
if [ -z "$MESON" ]; then
|
||||
MESON=$(which meson)
|
||||
fi
|
||||
if [ -z $MESON ]; then
|
||||
if [ -z "$MESON" ]; then
|
||||
echo "error: Meson not found."
|
||||
echo "Install meson to configure and build Pipewire. If meson" \
|
||||
"is already installed, set the environment variable MESON" \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue