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
c43d0c2cf4
commit
665b3cc6a5
@ -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=$?
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user