Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a8c14e8c authored by Joe Onorato's avatar Joe Onorato
Browse files

Also look in vendor/*/build for vendorsetup.sh

parent e1c31bac
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1009,7 +1009,7 @@ fi
unset _xarray

# Execute the contents of any vendorsetup.sh files we can find.
for f in `/bin/ls vendor/*/vendorsetup.sh 2> /dev/null`
for f in `/bin/ls vendor/*/vendorsetup.sh vendor/*/build/vendorsetup.sh 2> /dev/null`
do
    echo "including $f"
    . $f