From: Alex Bennée <[email protected]> Hopefully this makes the meaning clearer.
Signed-off-by: Alex Bennée <[email protected]> Reviewed-by: Thomas Huth <[email protected]> Reviewed-by: Daniel P. Berrangé <[email protected]> Link: https://lore.kernel.org/qemu-devel/[email protected] Signed-off-by: Pierrick Bouvier <[email protected]> --- docs/devel/build-system.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/devel/build-system.rst b/docs/devel/build-system.rst index e746bf81873..71331e64ac8 100644 --- a/docs/devel/build-system.rst +++ b/docs/devel/build-system.rst @@ -66,7 +66,7 @@ Modifying ``configure`` ``configure`` is a shell script; it uses ``#!/bin/sh`` and therefore should be compatible with any POSIX shell. It is important to avoid using bash-isms to avoid breaking development platforms where bash is -the primary host. +not the default shell implementation. The configure script provides a variety of functions to help writing portable shell code and providing consistent behavior across architectures -- 2.47.3
