summaryrefslogtreecommitdiff
path: root/yarns/implementations.yarn
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2016-04-18 19:47:56 +0000
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2016-05-17 08:59:44 +0000
commit8bec47f4e087549c1b8d5e02b3aeb1df6ef20db9 (patch)
tree7bd8d6bbc485a30eb51ce82eab7061db2cf88ca5 /yarns/implementations.yarn
parente5980ebf622e99925bc65f60634537c0951b48ca (diff)
downloadmorph-8bec47f4e087549c1b8d5e02b3aeb1df6ef20db9.tar.gz
Make `morph cross-bootstrap` work from definitions checkout
Change-Id: I9ae5a846e20c0d32047a3d4fd5892e2f632f0cbe
Diffstat (limited to 'yarns/implementations.yarn')
-rw-r--r--yarns/implementations.yarn4
1 files changed, 2 insertions, 2 deletions
diff --git a/yarns/implementations.yarn b/yarns/implementations.yarn
index 186fe316..eab162b3 100644
--- a/yarns/implementations.yarn
+++ b/yarns/implementations.yarn
@@ -660,10 +660,10 @@ Implementation sections for building
Implementation sections for cross-bootstrapping
===============================================
- IMPLEMENTS WHEN the user (attempts to )?cross-bootstraps? the system (\S+) in branch (\S+) of repo (\S+) to the arch (\S+)
+ IMPLEMENTS WHEN the user (attempts to )?cross-bootstraps? the system (\S+) in branch (\S+) to the arch (\S+)
cd "$DATADIR/definitions"
git checkout "$MATCH_3"
- set -- cross-bootstrap "$MATCH_5" "$MATCH_4" "$MATCH_3" "$MATCH_2"
+ set -- cross-bootstrap "$MATCH_4" "$MATCH_2"
if [ "$MATCH_1" != "attempts to " ]; then run_morph "$@"
else attempt_morph "$@"; fi
echo $@ >&2