summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2018-08-05 18:09:39 +0900
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2018-08-05 19:07:46 +0900
commit19d2a0726e70f74c76f5b73c4241266ff3b08294 (patch)
treeb0a57c9a7304eaf9fd2833b2a1f22d23b943eef7
parent9e573eeb837fd9fb8fe07d44ca3d5358a159ca7e (diff)
downloadbuildstream-19d2a0726e70f74c76f5b73c4241266ff3b08294.tar.gz
doc/sessions/developing.run: Fix the session to actually run `patch` as a shell command
Since we added support for shell commands in bst2html, this can now be fixed. This is a part of issue #553
-rw-r--r--doc/sessions/developing.run3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/sessions/developing.run b/doc/sessions/developing.run
index 3adb99165..10beb2ad0 100644
--- a/doc/sessions/developing.run
+++ b/doc/sessions/developing.run
@@ -16,7 +16,8 @@ commands:
# Apply a patch in the workspace
- directory: ../examples/developing/
- command: show hello.bst; patch workspace_hello/files/src/hello.c update.patch;
+ shell: True
+ command: patch workspace_hello/hello.c update.patch
# Rebuild
- directory: ../examples/developing/