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:
parent
095aab9dd8
commit
b0bb6fde42
@ -17,7 +17,7 @@ TMPDIR=$(mktemp -d)
|
|||||||
--origin=appdata \
|
--origin=appdata \
|
||||||
--basename=appdata \
|
--basename=appdata \
|
||||||
--packages-dir=${SRC} \
|
--packages-dir=${SRC} \
|
||||||
--output-dir=${DEST} 2>&1 | tee $TMPDIR/as-builder.log
|
--output-dir=${DEST} 2>&1 > $TMPDIR/as-builder.log
|
||||||
|
|
||||||
RET=$?
|
RET=$?
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user