Merge pull request #635 from orbea/common

libretro-buildbot-recipe.sh: Remove seemingly unneeded and non-portable bash redirection.
This commit is contained in:
Twinaphex 2017-12-07 06:31:59 +01:00 committed by GitHub
commit dc0afa0f25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -282,12 +282,7 @@ libretro_build_core() {
exec 6>&1
echo "Building ${1}..." >> $log_module
# TODO: Possibly a shell function for tee?
if [[ -n "$LIBRETRO_DEVELOPER" && -n "${cmd_tee:=$(find_tool "tee")}" ]]; then
exec > >($cmd_tee -a $log_module)
else
exec > $log_module
fi
exec > $log_module
fi
case "$core_build_rule" in