From: Alex Bennée Date: Wed, 14 Jan 2026 10:15:25 +0000 (+0000) Subject: docs/devel: fix bash-ism warning for configure X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db61fb7a57c79b7450725fa13000c1f6d72ab9ef;p=thirdparty%2Fqemu.git docs/devel: fix bash-ism warning for configure Hopefully this makes the meaning clearer. Signed-off-by: Alex Bennée Reviewed-by: Thomas Huth Reviewed-by: Daniel P. Berrangé Link: https://lore.kernel.org/qemu-devel/20260114101525.4039244-1-alex.bennee@linaro.org Signed-off-by: Pierrick Bouvier --- diff --git a/docs/devel/build-system.rst b/docs/devel/build-system.rst index e746bf8187..71331e64ac 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