Merge change 6059 into donut
* changes: Also look in vendor/*/build for vendorsetup.sh
This commit is contained in:
commit
bd1ee348a1
|
@ -1009,7 +1009,7 @@ fi
|
||||||
unset _xarray
|
unset _xarray
|
||||||
|
|
||||||
# Execute the contents of any vendorsetup.sh files we can find.
|
# 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
|
do
|
||||||
echo "including $f"
|
echo "including $f"
|
||||||
. $f
|
. $f
|
||||||
|
|
Loading…
Reference in New Issue