From 69f3cfa66cd35febe770f556ff859ff7e2fdedae Mon Sep 17 00:00:00 2001 From: Carl Gay Date: Sat, 24 Jun 2023 04:55:23 +0000 Subject: [PATCH] system: On Windows, run-application only accepts a string Fixes #1504 --- .../library-reference/source/system/operating-system.rst | 3 +++ documentation/sphinx-extensions | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/documentation/library-reference/source/system/operating-system.rst b/documentation/library-reference/source/system/operating-system.rst index e7cc5326b..5035b89d8 100644 --- a/documentation/library-reference/source/system/operating-system.rst +++ b/documentation/library-reference/source/system/operating-system.rst @@ -413,6 +413,9 @@ System library's operating-system module. command as parsed by the shell. Example: ``"/bin/ls -l"`` or ``#["/bin/ls", "-l"]`` + .. note:: On Windows this must be a :drm:``, not a sequence of + strings. + :parameter #key under-shell?: An instance of :drm:``. If true (the default), use a shell to invoke the *command*. On Unix systems this is equivalent to ``/bin/sh -c '...command...'``. On Windows the diff --git a/documentation/sphinx-extensions b/documentation/sphinx-extensions index 632828b93..05804f149 160000 --- a/documentation/sphinx-extensions +++ b/documentation/sphinx-extensions @@ -1 +1 @@ -Subproject commit 632828b9319d91293401350038e932f153229e57 +Subproject commit 05804f14913ea7cbd1ce6c7d0d7b540dbaae8ca6