From unknown Wed Jun 18 00:16:02 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#42752 <42752@debbugs.gnu.org> To: bug#42752 <42752@debbugs.gnu.org> Subject: Status: [PATCH core-updates] gnu: bash: Make completions work in non-login shells. Reply-To: bug#42752 <42752@debbugs.gnu.org> Date: Wed, 18 Jun 2025 07:16:02 +0000 retitle 42752 [PATCH core-updates] gnu: bash: Make completions work in non-= login shells. reassign 42752 guix-patches submitter 42752 Jakub K=C4=85dzio=C5=82ka severity 42752 normal tag 42752 patch notabug thanks From debbugs-submit-bounces@debbugs.gnu.org Fri Aug 07 18:15:01 2020 Received: (at submit) by debbugs.gnu.org; 7 Aug 2020 22:15:01 +0000 Received: from localhost ([127.0.0.1]:57703 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k4Adh-00012f-1b for submit@debbugs.gnu.org; Fri, 07 Aug 2020 18:15:01 -0400 Received: from lists.gnu.org ([209.51.188.17]:41978) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k4Add-00012U-3r for submit@debbugs.gnu.org; Fri, 07 Aug 2020 18:14:59 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:48962) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1k4Adc-0006Ge-Uf for guix-patches@gnu.org; Fri, 07 Aug 2020 18:14:56 -0400 Received: from pat.zlotemysli.pl ([37.59.186.212]:60838) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1k4Ada-0006yb-Jn for guix-patches@gnu.org; Fri, 07 Aug 2020 18:14:56 -0400 Received: (qmail 1755 invoked by uid 1009); 8 Aug 2020 00:14:45 +0200 Received: from 188.123.215.55 (kuba@kadziolka.net@188.123.215.55) by pat.zlotemysli.pl (envelope-from , uid 1002) with qmail-scanner-2.08st (clamdscan: 0.98.6/25896. spamassassin: 3.4.0. perlscan: 2.08st. Clear:RC:1(188.123.215.55):. Processed in 0.010206 secs); 07 Aug 2020 22:14:45 -0000 Received: from unknown (HELO localhost.localdomain) (kuba@kadziolka.net@188.123.215.55) by pat.zlotemysli.pl with AES256-SHA encrypted SMTP; 8 Aug 2020 00:14:45 +0200 From: =?UTF-8?q?Jakub=20K=C4=85dzio=C5=82ka?= To: guix-patches@gnu.org Subject: [PATCH core-updates] gnu: bash: Make completions work in non-login shells. Date: Sat, 8 Aug 2020 00:14:39 +0200 Message-Id: <20200807221439.729-1-kuba@kadziolka.net> X-Mailer: git-send-email 2.28.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Qmailux-2.08st: added fake Content-Type header Content-Type: text/plain Received-SPF: none client-ip=37.59.186.212; envelope-from=kuba@kadziolka.net; helo=pat.zlotemysli.pl X-detected-operating-system: by eggs.gnu.org: First seen = 2020/08/07 18:14:45 X-ACL-Warn: Detected OS = Linux 3.11 and newer X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_PASS=-0.001, SPF_NONE=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Currently, /etc/bashrc is only loaded by /etc/profile. Because the former is responsible for setting up command-specific completions, they currently only work in login shells. This patch configures bash to load /etc/bashrc in interactive non-login shells, as by default no system-wide configuration is loaded. * gnu/packages/bash.scm (bash): Set SYS_BASHRC to /etc/bashrc. --- gnu/packages/bash.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/bash.scm b/gnu/packages/bash.scm index 47ca625d9a..9784e2ccc1 100644 --- a/gnu/packages/bash.scm +++ b/gnu/packages/bash.scm @@ -108,7 +108,8 @@ number/base32-hash tuples, directly usable in the 'patch-series' form." (let* ((cppflags (string-join '("-DDEFAULT_PATH_VALUE='\"/no-such-path\"'" "-DSTANDARD_UTILS_PATH='\"/no-such-path\"'" "-DNON_INTERACTIVE_LOGIN_SHELLS" - "-DSSH_SOURCE_BASHRC") + "-DSSH_SOURCE_BASHRC" + "-DSYS_BASHRC='\"/etc/bashrc\"'") " ")) (configure-flags ``("--with-installed-readline" -- 2.28.0 From debbugs-submit-bounces@debbugs.gnu.org Mon Aug 10 05:25:30 2020 Received: (at 42752) by debbugs.gnu.org; 10 Aug 2020 09:25:30 +0000 Received: from localhost ([127.0.0.1]:34375 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k543e-0000Jv-5j for submit@debbugs.gnu.org; Mon, 10 Aug 2020 05:25:30 -0400 Received: from eggs.gnu.org ([209.51.188.92]:48754) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k543c-0000Jj-J1 for 42752@debbugs.gnu.org; Mon, 10 Aug 2020 05:25:28 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:46284) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1k543W-00008i-NP; Mon, 10 Aug 2020 05:25:22 -0400 Received: from [2a01:e0a:19b:d9a0:3107:b202:556:bd51] (port=46052 helo=cervin) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1k543O-0006hN-Gw; Mon, 10 Aug 2020 05:25:16 -0400 From: Mathieu Othacehe To: Jakub =?utf-8?B?S8SFZHppb8WCa2E=?= Subject: Re: [bug#42752] [PATCH core-updates] gnu: bash: Make completions work in non-login shells. References: <20200807221439.729-1-kuba@kadziolka.net> Date: Mon, 10 Aug 2020 11:25:12 +0200 In-Reply-To: <20200807221439.729-1-kuba@kadziolka.net> ("Jakub \=\?utf-8\?B\?S8SFZHppb8WCa2EiJ3M\=\?\= message of "Sat, 8 Aug 2020 00:14:39 +0200") Message-ID: <87k0y6hmyv.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 42752 Cc: 42752@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Hey Jakub, > Currently, /etc/bashrc is only loaded by /etc/profile. Because the > former is responsible for setting up command-specific completions, they > currently only work in login shells. This patch configures bash to load > /etc/bashrc in interactive non-login shells, as by default no > system-wide configuration is loaded. /etc/bashrc is also loaded by ~/.bashrc in "default-skeletons". So your patch would cover the case of an interactive, non-login shell run by a logged in user without the default ~/.bashrc file, right? Thanks, Mathieu From debbugs-submit-bounces@debbugs.gnu.org Mon Aug 10 10:41:48 2020 Received: (at 42752) by debbugs.gnu.org; 10 Aug 2020 14:41:48 +0000 Received: from localhost ([127.0.0.1]:37091 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k58zj-0006YP-Ou for submit@debbugs.gnu.org; Mon, 10 Aug 2020 10:41:47 -0400 Received: from pat.zlotemysli.pl ([37.59.186.212]:38410) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k58zg-0006YF-II for 42752@debbugs.gnu.org; Mon, 10 Aug 2020 10:41:46 -0400 Received: (qmail 31031 invoked by uid 1009); 10 Aug 2020 16:41:42 +0200 Received: from nat-0.staszic.waw.pl (kuba@kadziolka.net@nat-0.staszic.waw.pl) by pat.zlotemysli.pl (envelope-from , uid 1002) with qmail-scanner-2.08st (clamdscan: 0.98.6/25899. spamassassin: 3.4.0. perlscan: 2.08st. Clear:RC:1(94.240.45.201):. Processed in 0.05902 secs); 10 Aug 2020 14:41:42 -0000 Received: from nat-0.staszic.waw.pl (HELO gravity) (kuba@kadziolka.net@94.240.45.201) by pat.zlotemysli.pl with SMTP; 10 Aug 2020 16:41:42 +0200 Date: Mon, 10 Aug 2020 16:41:41 +0200 From: Jakub =?utf-8?B?S8SFZHppb8WCa2E=?= To: Mathieu Othacehe Subject: Re: [bug#42752] [PATCH core-updates] gnu: bash: Make completions work in non-login shells. Message-ID: <20200810144141.52fpzv6m4kqp3jix@gravity> References: <20200807221439.729-1-kuba@kadziolka.net> <87k0y6hmyv.fsf@gnu.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="7vfnulwkbhqc3sw6" Content-Disposition: inline In-Reply-To: <87k0y6hmyv.fsf@gnu.org> X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 42752 Cc: 42752@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --7vfnulwkbhqc3sw6 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Aug 10, 2020 at 11:25:12AM +0200, Mathieu Othacehe wrote: >=20 > Hey Jakub, >=20 > > Currently, /etc/bashrc is only loaded by /etc/profile. Because the > > former is responsible for setting up command-specific completions, they > > currently only work in login shells. This patch configures bash to load > > /etc/bashrc in interactive non-login shells, as by default no > > system-wide configuration is loaded. >=20 > /etc/bashrc is also loaded by ~/.bashrc in "default-skeletons". So your > patch would cover the case of an interactive, non-login shell run by a > logged in user without the default ~/.bashrc file, right? Oh! It seems I overwrote it with my own .bashrc when I migrated my dotfiles. I still think this patch is a good idea - I think we should make /etc/skel/.bashrc contain only nice-to-have defaults, such as changing the prompt based on $GUIX_ENVIRONMENT, and move the essential things to /etc/bashrc. That way, overwriting the .bashrc won't break anything important. I guess I should follow this patch up with an adjustment to /etc/skel/.bashrc, removing the 'source /etc/bashrc' line? Regards, Jakub K=C4=85dzio=C5=82ka --7vfnulwkbhqc3sw6 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEE5Xa/ss9usT31cTO54xWnWEYTFWQFAl8xXKAACgkQ4xWnWEYT FWRRdg/9G45UuvM3NwhmGMMZchWRsJDLCUfWczIrfOKp7LVhFRCWzZALTe5NntOd p7NufYD2dgMFfnw2RaWBYHf7k1rE8EIEoGp1C4f1UF92X+G/+TAZEO95c/yk89MM Z4LsGz7hn9ceLFeo11k5mxqwEhj0KVxtbzC2NRg2SeTYPIcG+Sb4Eo79fnEANZa2 2SsJ5oWQnDIYDG/JqLhOZEk3QxTmNp0Orzlx7yte0K/XbkLUt05ETFZuDNDHvHhs 8PaVobUHSH5Mjm9xukqgLLQ8A24LcsZbXgSslAafydKRphkzKn7HN4tl9Ug2qn+6 ntFCUxGqwNmicW8EzoOWFClL1WsDYCAX2BpttI7NCl1qdBrPnpCIC2R8esOJv/ew V7qL1QAIl8FZIZtehBmQ0qukDAz0sSHWUfnbKV6zLi8m9OvU5fguot7HqxFGKU3B +F1Xu7GUgetIScNpLeT+Rsb4PYAfJmWSGoF+qMEOCcuJCtR/q9Z6MAe1iYkV9wa6 kh6Ehx5dBjUNkSJBOwH+YqrHA1IwfDnPe55kTgl4zyAy0C/jnqUcBO0zobhB/Eul VYNGL2O/APbkJME/CzlgZ3N+MniBeDx9t8TCANHg1yyuagJtdsghtHSfI2l2qUyS kNk7a/z89j8gT99VSGAecp1McuKWsvu4PKAE4UnZsBgbSdejbZY= =zA6M -----END PGP SIGNATURE----- --7vfnulwkbhqc3sw6-- From debbugs-submit-bounces@debbugs.gnu.org Tue Aug 11 04:44:47 2020 Received: (at 42752) by debbugs.gnu.org; 11 Aug 2020 08:44:47 +0000 Received: from localhost ([127.0.0.1]:38619 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k5Ptm-00025h-WC for submit@debbugs.gnu.org; Tue, 11 Aug 2020 04:44:47 -0400 Received: from eggs.gnu.org ([209.51.188.92]:35580) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k5Ptl-00025W-QH for 42752@debbugs.gnu.org; Tue, 11 Aug 2020 04:44:46 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:39197) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1k5Ptf-0003oM-W8; Tue, 11 Aug 2020 04:44:40 -0400 Received: from [2a01:e0a:19b:d9a0:3107:b202:556:bd51] (port=54832 helo=cervin) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1k5Ptf-0000pj-Hw; Tue, 11 Aug 2020 04:44:39 -0400 From: Mathieu Othacehe To: Jakub =?utf-8?B?S8SFZHppb8WCa2E=?= Subject: Re: [bug#42752] [PATCH core-updates] gnu: bash: Make completions work in non-login shells. References: <20200807221439.729-1-kuba@kadziolka.net> <87k0y6hmyv.fsf@gnu.org> <20200810144141.52fpzv6m4kqp3jix@gravity> Date: Tue, 11 Aug 2020 10:44:37 +0200 Message-ID: <874kp9y3ka.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 42752 Cc: 42752@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Hello, > Oh! It seems I overwrote it with my own .bashrc when I migrated my > dotfiles. I still think this patch is a good idea - I think we should > make /etc/skel/.bashrc contain only nice-to-have defaults, such as > changing the prompt based on $GUIX_ENVIRONMENT, and move the essential > things to /etc/bashrc. That way, overwriting the .bashrc won't break > anything important. > > I guess I should follow this patch up with an adjustment to > /etc/skel/.bashrc, removing the 'source /etc/bashrc' line? That would make sense. Maybe you could replace the sourcing by a comment explaining how bash behaviour is altered to source /etc/bashrc for interactive, non-login shell. Thanks, Mathieu From debbugs-submit-bounces@debbugs.gnu.org Sat Oct 21 15:24:41 2023 Received: (at 42752) by debbugs.gnu.org; 21 Oct 2023 19:24:41 +0000 Received: from localhost ([127.0.0.1]:45082 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1quHaS-00016P-VJ for submit@debbugs.gnu.org; Sat, 21 Oct 2023 15:24:41 -0400 Received: from mail-qk1-x735.google.com ([2607:f8b0:4864:20::735]:61515) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1quHaP-00013m-Jj for 42752@debbugs.gnu.org; Sat, 21 Oct 2023 15:24:39 -0400 Received: by mail-qk1-x735.google.com with SMTP id af79cd13be357-778af1b5b1eso100077685a.2 for <42752@debbugs.gnu.org>; Sat, 21 Oct 2023 12:24:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1697916244; x=1698521044; darn=debbugs.gnu.org; h=mime-version:user-agent:message-id:date:references:in-reply-to :subject:cc:to:from:from:to:cc:subject:date:message-id:reply-to; bh=GYvDu371smkgu+tZEtrlkZYPxoQn0uW8JRYSFNx8rOQ=; b=YheDP+KAnYy2I9N96jWLqcj+pkOdU+doj2EnYSdiv8RDmHL2cyviIuu6/NFDEMfkBn hmTbGgw9jFctRmm57uX9rqPJhkeNc0X+J0hsbPxSlHD6YxXXLo4ny85KZXyfmYWEqCv7 qaxZK0byZjMAE/imp/5hSc6EnPVklHyOhMfkwBqwWbP2zV80rMhP5ktZ4UHixnlBEqR6 Y+hjT781eparP7G8akaTx0BY9a013H90eAmlxGXFgcw03VPp4/Mz/S5crWE870urqhEx rxf7Kl3hseU7A6RF/8+0I8qs5QI6QTD9N3hQTYLwny3sQNY8R8bDm+Fk1E+pdpNz28i3 3FXg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1697916244; x=1698521044; h=mime-version:user-agent:message-id:date:references:in-reply-to :subject:cc:to:from:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=GYvDu371smkgu+tZEtrlkZYPxoQn0uW8JRYSFNx8rOQ=; b=E8aoHVO7ibDaFIbfYamLdLbUFIYYU/TD2l92aXgBBbcxBh5y+HlO5vKI4LqSclr17P xvcXeDayLQrJFi58CSo+YwlC0ba9bNCD57wQL0ErYaYoZP+jub3iGvybTp76BoSKxMjA Rc41U715jhhDM/fqnYN+LZQOSXXWiEbb2slxkBnHZGhEuCykbDhacH4dCVKu5IOED0yr qsyXmdeMR4FSlm+Uqti8+Z1Ng5gov1bEluMc3Uw6tO1XvqHge79sTAuzLWSiVS0krQBX 0qHGuTmXuin8ay8IAUJtHhjQVWoPuE6BLWCJXBJgM8SzXlGm8GVUWXmGkTiSuH4tjYeM ndTg== X-Gm-Message-State: AOJu0Yx4NGTUHZ4qBPxw1vn9zYERrK55sA2JZC8n55m4b/u9QN/XAD9u 5hSirznNE1yza6LVFYV20843AEeCpu+ZoA== X-Google-Smtp-Source: AGHT+IFQom0A9rntkR+cFVhQKd6QpExI2/yctIYdJptXjybuWsIsqmpMDHQJ7YY2guBeOdKqDL9I0w== X-Received: by 2002:a05:620a:307:b0:777:258e:f7a5 with SMTP id s7-20020a05620a030700b00777258ef7a5mr4789309qkm.23.1697916243824; Sat, 21 Oct 2023 12:24:03 -0700 (PDT) Received: from hurd (dsl-205-236-230-191.b2b2c.ca. [205.236.230.191]) by smtp.gmail.com with ESMTPSA id cx22-20020a05620a51d600b007788bb0ab8esm1531395qkb.19.2023.10.21.12.24.03 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 21 Oct 2023 12:24:03 -0700 (PDT) From: Maxim Cournoyer To: Mathieu Othacehe Subject: Re: bug#42752: [PATCH core-updates] gnu: bash: Make completions work in non-login shells. In-Reply-To: <874kp9y3ka.fsf@gnu.org> (Mathieu Othacehe's message of "Tue, 11 Aug 2020 10:44:37 +0200") References: <20200807221439.729-1-kuba@kadziolka.net> <87k0y6hmyv.fsf@gnu.org> <20200810144141.52fpzv6m4kqp3jix@gravity> <874kp9y3ka.fsf@gnu.org> Date: Sat, 21 Oct 2023 15:24:02 -0400 Message-ID: <875y2zeq3x.fsf_-_@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 42752 Cc: Jakub =?utf-8?B?S8SFZHppb8WCa2E=?= , 42752@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hi, Mathieu Othacehe writes: > Hello, > >> Oh! It seems I overwrote it with my own .bashrc when I migrated my >> dotfiles. I still think this patch is a good idea - I think we should >> make /etc/skel/.bashrc contain only nice-to-have defaults, such as >> changing the prompt based on $GUIX_ENVIRONMENT, and move the essential >> things to /etc/bashrc. That way, overwriting the .bashrc won't break >> anything important. >> >> I guess I should follow this patch up with an adjustment to >> /etc/skel/.bashrc, removing the 'source /etc/bashrc' line? > > That would make sense. Maybe you could replace the sourcing by a comment > explaining how bash behaviour is altered to source /etc/bashrc for > interactive, non-login shell. I somewhat weary of the undefined behavior this could have on foreign distributions? I'll close this, but feel free to continue discussing it here. -- Thanks, Maxim From debbugs-submit-bounces@debbugs.gnu.org Sat Oct 21 15:24:56 2023 Received: (at control) by debbugs.gnu.org; 21 Oct 2023 19:24:56 +0000 Received: from localhost ([127.0.0.1]:45085 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1quHai-00018X-EI for submit@debbugs.gnu.org; Sat, 21 Oct 2023 15:24:56 -0400 Received: from mail-qv1-xf2e.google.com ([2607:f8b0:4864:20::f2e]:58558) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1quHaX-00016N-73 for control@debbugs.gnu.org; Sat, 21 Oct 2023 15:24:55 -0400 Received: by mail-qv1-xf2e.google.com with SMTP id 6a1803df08f44-66d0ceba445so11292236d6.0 for ; Sat, 21 Oct 2023 12:24:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1697916251; x=1698521051; darn=debbugs.gnu.org; h=subject:from:to:message-id:date:from:to:cc:subject:date:message-id :reply-to; bh=JVarL12axDFEGFWDAs3TQHxJsA8KBROJd8aClJcRed4=; b=HaFCR21tnlt2WxaooSzAQi8qxlmHF/CdY/aGGKD/v/8ENXE6wm733LJXH3RyTmc72i VRJ2aHZ4bEjMl1W9mkQL3qw7e7ZN3vGHL83kkMiElom1E/Z4rmbGwDl/3oKnnb1acWRp zyU9y0ysbe7OAFqBjsT9TeAKEGdwU2aqqW0BiXUyf7rG93DzTYuqZgpBwJT5EkaT81uJ 6Dv2XFO0zIPel2e92ZO2W6LT3wOfa7b5SkUGxbiPZ9mI1mA9j7csWjJN/VnInW2i0PNd vok7DrCDO9GL7+tw3kvXqni+aNrZpzK1UY4+NCxlA0pPnlEwAy55XhEqx5/YGZqHDEKp VH1A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1697916251; x=1698521051; h=subject:from:to:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=JVarL12axDFEGFWDAs3TQHxJsA8KBROJd8aClJcRed4=; b=KsqwJ7tAmlqnd9XWNhsmVsoeoyDrNAU7zwnlwKUekjS5RNb7lKRiGvZQLRjwtks9xz KbuSeTS1lILF1piLmASGF7lhxzlHJKq3UQ+mRZBmvmxRUTFaL58u5yoI4ZgtlsBOWPib iCGxj3qthxDuTlrI3ubv7TM2M1f8L2t1iwcotSorcbDam0oPbLQxe5/jzavAM+fNSr20 qmTfnMTYZjbL0q9v9JW6/yWGn/Qw1Lk8Gblqc0R2Dyg5OQc4q3J4CjpZvm4nq7TvD3dg JNCl92yEJuRk7tVKQLe4iGjREZ6FyFWPmOP5+vxglxdAu8hmjXewm3AKmtX6xKWLdLT+ +Bzw== X-Gm-Message-State: AOJu0YwurAJGBwQ1n0NvA8Rps/7O8niPFEAK6Gsc4gBTkN6jGy2/ti3k FKhuqzNaApVBtxQGD2MTUCNkV7QLVlc= X-Google-Smtp-Source: AGHT+IH1iQo0/memYOQnh6c2UDSCHuE+dzRCOR07XZE3mPZ5VzZZubD73qOxUEzv5rloI8V1099T6w== X-Received: by 2002:a05:6214:f24:b0:651:69d9:237c with SMTP id iw4-20020a0562140f2400b0065169d9237cmr5956547qvb.30.1697916251379; Sat, 21 Oct 2023 12:24:11 -0700 (PDT) Received: from hurd (dsl-205-236-230-191.b2b2c.ca. [205.236.230.191]) by smtp.gmail.com with ESMTPSA id o8-20020a05620a2a0800b0077263636a95sm1530929qkp.93.2023.10.21.12.24.10 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 21 Oct 2023 12:24:10 -0700 (PDT) Date: Sat, 21 Oct 2023 15:24:10 -0400 Message-Id: <874jijeq3p.fsf@gmail.com> To: control@debbugs.gnu.org From: Maxim Cournoyer Subject: control message for bug #42752 X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) tags 42752 notabug close 42752 quit From unknown Wed Jun 18 00:16:02 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 19 Nov 2023 12:24:07 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator