no use of tee, or return value of tee is exposed

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/appstream-glib?expand=0&rev=52
This commit is contained in:
Dominique Leuenberger 2017-09-15 19:14:04 +00:00 committed by Git OBS Bridge
parent 095aab9dd8
commit b0bb6fde42

View File

@ -17,7 +17,7 @@ TMPDIR=$(mktemp -d)
--origin=appdata \
--basename=appdata \
--packages-dir=${SRC} \
--output-dir=${DEST} 2>&1 | tee $TMPDIR/as-builder.log
--output-dir=${DEST} 2>&1 > $TMPDIR/as-builder.log
RET=$?