summaryrefslogtreecommitdiff
path: root/yarns/implementations.yarn
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2016-03-03 10:27:03 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2016-03-03 10:34:59 +0000
commitbb139ecf1b9de3b221ff1d93c26190a8623d5d33 (patch)
treebf642e6aa93bb1f7a69e407baa29a66435d73156 /yarns/implementations.yarn
parent7067e405a7dad7976a9b7d61ed67fb8bb5042d3c (diff)
downloadmorph-bb139ecf1b9de3b221ff1d93c26190a8623d5d33.tar.gz
Fix some test failures
These seem to have been introduced by commit fb6dd955cbc7081f47dc4391. Change-Id: I2fb0be5f8829722264f3509f4db9473d19ea2939
Diffstat (limited to 'yarns/implementations.yarn')
-rw-r--r--yarns/implementations.yarn2
1 files changed, 1 insertions, 1 deletions
diff --git a/yarns/implementations.yarn b/yarns/implementations.yarn
index 45bb2058..bd56bee1 100644
--- a/yarns/implementations.yarn
+++ b/yarns/implementations.yarn
@@ -860,7 +860,7 @@ Implementations for building systems
- echo dummy configure
build-commands:
- echo The next command will fail
- - false
+ - 'false'
EOF
git add "${chunk_name}".morph
git commit -m "Update ${chunk_name} build commands"