From 57ab772966f971f8dfdd33a2b50dfcc5a049e58b Mon Sep 17 00:00:00 2001 From: Oliver Reiche Date: Fri, 12 Aug 2022 18:42:18 +0200 Subject: Tutorial: Use sh instead shell for improved rendering --- doc/tutorial/third-party-software.org | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/tutorial/third-party-software.org') diff --git a/doc/tutorial/third-party-software.org b/doc/tutorial/third-party-software.org index ef77cf0b..2e1fb77e 100644 --- a/doc/tutorial/third-party-software.org +++ b/doc/tutorial/third-party-software.org @@ -49,7 +49,7 @@ following structure for the overlay: Let's create the overlay structure: -#+BEGIN_SRC shell +#+BEGIN_SRC sh $ mkdir -p fmt-layer/include/fmt $ mkdir -p fmt-layer/src #+END_SRC @@ -174,7 +174,7 @@ void greet(std::string const& s) { Due to changes made to ~repos.json~, building this tutorial requires to rerun ~just-mr~, which will fetch the necessary sources for the external repositories: -#+BEGIN_SRC shell +#+BEGIN_SRC sh $ CONF=$(/usr/src/justbuild/bin/just-mr.py -C repos.json setup tutorial) $ just build -C $CONF helloworld INFO: Requested target is [["@","tutorial","","helloworld"],{}] @@ -249,7 +249,7 @@ high-level target caching will look like this: Due to changes in the repository configuration, ~just-mr~ needs to be rerun and the benefits of the target cache should be visible on the second build: -#+BEGIN_SRC shell +#+BEGIN_SRC sh $ CONF=$(/usr/src/justbuild/bin/just-mr.py -C repos.json setup tutorial) From ~/.cache/just/tmp-workspaces/file/tmp/tutorial/tutorial-defaults * branch HEAD -> FETCH_HEAD -- cgit v1.2.3