]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
docs/devel: fix bash-ism warning for configure
authorAlex Bennée <alex.bennee@linaro.org>
Wed, 14 Jan 2026 10:15:25 +0000 (10:15 +0000)
committerPierrick Bouvier <pierrick.bouvier@linaro.org>
Wed, 11 Feb 2026 17:15:35 +0000 (09:15 -0800)
Hopefully this makes the meaning clearer.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Link: https://lore.kernel.org/qemu-devel/20260114101525.4039244-1-alex.bennee@linaro.org
Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
docs/devel/build-system.rst

index e746bf81873241b02d7f914fbea23d5d1498c747..71331e64ac85482d105fb0484842672dec0cf76c 100644 (file)
@@ -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