Skip to content

Commit

Permalink
libretro-buildbot-recipe.sh: Remove seemingly unneeded and non-portab…
Browse files Browse the repository at this point in the history
…le bash redirection.
  • Loading branch information
orbea committed Dec 6, 2017
1 parent 4d9c83a commit abe4408
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions libretro-build-common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit abe4408

Please sign in to comment.