Revision 55bf2a34948a01329f075d2da692c0eba49d45f4 authored by Brad King on 29 September 2023, 14:10:39 UTC, committed by Brad King on 29 September 2023, 14:14:20 UTC
Improve the documentation from commit 46896d98bb (foreach(): loop
variables are only available in the loop scope, 2021-04-25,
v3.21.0-rc1~245^2) to follow policy documentation convention.

Fixes: #25224
Inspired-by: Marius Messerschmidt <marius.messerschmidt@googlemail.com>
1 parent dd949c7
Raw File
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top