From 8bff7e996cf65159b4ed7b55c284de6651b7e637 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Mon, 29 Jan 2024 17:16:49 +0900 Subject: [PATCH] [DOC] Move "Execution Shell on Windows" under "Execution Shell" --- process.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/process.c b/process.c index c2ef3979d8..a7cbee7e82 100644 --- a/process.c +++ b/process.c @@ -9077,7 +9077,7 @@ proc_warmup(VALUE _) * * /bin/bash: CONTRIBUTING.md COPYING COPYING.ja * - * === Execution Shell on Windows + * ==== Execution Shell on Windows * * On Windows, the shell invoked is determined by environment variable * +RUBYSHELL+, if defined, or +COMSPEC+ otherwise; the entire string