summaryrefslogtreecommitdiff
path: root/yarns
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2013-11-22 15:06:13 +0000
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2013-11-22 15:06:13 +0000
commitb2b618f71d63290efbc849650459ce6cd467621d (patch)
treeda35dfd0f45e427622ca2a51045b7d2a3122bda4 /yarns
parent0b3ec68ce46f638e79e52f9f97f26727d9c4daa1 (diff)
parent53d53ef939ee66de9b6dfbf5d2fe215fc7723400 (diff)
downloadmorph-b2b618f71d63290efbc849650459ce6cd467621d.tar.gz
Merge remote-tracking branch 'origin/baserock/richardmaw/S9475/build-refactor-foundations-v2'
Diffstat (limited to 'yarns')
-rw-r--r--yarns/morph.shell-lib3
1 files changed, 3 insertions, 0 deletions
diff --git a/yarns/morph.shell-lib b/yarns/morph.shell-lib
index b11ddab1..2981e6d9 100644
--- a/yarns/morph.shell-lib
+++ b/yarns/morph.shell-lib
@@ -34,6 +34,9 @@ run_morph()
--cachedir-min-space=0 --tempdir-min-space=0 \
--no-default-config --config "$DATADIR/morph.conf" "$@" \
2> "$DATADIR/result-$1"
+ local exit_code="$?"
+ cat "$DATADIR/result-$1" >&2
+ return "$exit_code"
}