From mboxrd@z Thu Jan 1 00:00:00 1970 From: sirgazil Subject: Running "guild" runs a script in one of my projects Date: Mon, 10 Feb 2020 14:20:03 -0500 Message-ID: <170308b5857.109c8e1d15736.8584917841598020200@zoho.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:55062) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j1EbM-0002z9-G4 for help-guix@gnu.org; Mon, 10 Feb 2020 14:20:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j1EbL-00058B-C9 for help-guix@gnu.org; Mon, 10 Feb 2020 14:20:12 -0500 Received: from sender4-pp-o91.zoho.com ([136.143.188.91]:25108) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1j1EbL-00056d-2E for help-guix@gnu.org; Mon, 10 Feb 2020 14:20:11 -0500 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane-mx.org@gnu.org Sender: "Help-Guix" To: Guix Help Hi, Trying to learn about "guild" (a tool that comes with Guile), I ran "guild --help" and noticed something strange: the usage information is displayed, and immediately after that a script in one of my Guile projects is run, so I see the output of that script as well. Running "guild" alone does the same. It doesn't matter where in my home directory I run "guild", I get the same results. Any idea what could this be? --- https://sirgazil.bitbucket.io/