From c8d9cf89ad49c95ab29c1e3efd27f65dfb84584f Mon Sep 17 00:00:00 2001 From: mivirl Date: Sun, 10 Aug 2025 12:19:54 +0000 Subject: [PATCH] Remove extra space --- src/alire/alire-spawn.ads | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/alire/alire-spawn.ads b/src/alire/alire-spawn.ads index a5fbd22d..a4d8c089 100644 --- a/src/alire/alire-spawn.ads +++ b/src/alire/alire-spawn.ads @@ -22,8 +22,8 @@ package Alire.Spawn is -- Launches a command from a string, according to the conventions used by -- commands configurable with `alr settings`. -- - -- Parses a shell-style quoted string and performs ${} pattern - -- replacements (on arguments only). + -- Parses a shell-style quoted string and performs ${} pattern replacements + -- (on arguments only). -- -- Exec_Check is called with the executable name between parsing Cmd into -- arguments and executing the command, e.g. to check that the executable -- 2.39.5