From b23b2667b22467ad065f742fb7909ee63c280eb3 Mon Sep 17 00:00:00 2001 From: Thomas Kluyver Date: Sat, 9 Jun 2018 19:50:40 +0200 Subject: [PATCH] Expand on what a command is --- doc/flatpak-manifest.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/flatpak-manifest.xml b/doc/flatpak-manifest.xml index 10aed1e7..ab5c9e1a 100644 --- a/doc/flatpak-manifest.xml +++ b/doc/flatpak-manifest.xml @@ -509,6 +509,7 @@ (array of strings) An array of commands to run during build (between make and make install if those are used). This is primarily useful when using the "simple" buildsystem. + Each command is run in /bin/sh -c, so it can use standard POSIX shell syntax such as piping output.