From mboxrd@z Thu Jan 1 00:00:00 1970 From: myglc2 Subject: Re: Hwo to debug and teacking builds? Date: Tue, 11 Apr 2017 15:01:59 -0400 Message-ID: <86bms2u5so.fsf@gmail.com> References: <58DA29EC.30008@crazy-compilers.com> <8737dx7mpb.fsf@gnu.org> <87vaqsfw9l.fsf@gmail.com> <86inmbvxmz.fsf@gmail.com> <87y3v7kl51.fsf@gmail.com> <58ED0610.3060008@crazy-compilers.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52379) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cy13E-0003Oe-NX for help-guix@gnu.org; Tue, 11 Apr 2017 15:02:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cy13B-000115-Kv for help-guix@gnu.org; Tue, 11 Apr 2017 15:02:04 -0400 Received: from mail-qt0-x22c.google.com ([2607:f8b0:400d:c0d::22c]:34083) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cy13B-00010F-Gy for help-guix@gnu.org; Tue, 11 Apr 2017 15:02:01 -0400 Received: by mail-qt0-x22c.google.com with SMTP id c45so5650588qtb.1 for ; Tue, 11 Apr 2017 12:02:01 -0700 (PDT) In-Reply-To: <58ED0610.3060008@crazy-compilers.com> (Hartmut Goebel's message of "Tue, 11 Apr 2017 18:36:32 +0200") List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Hartmut Goebel Cc: help-guix@gnu.org On 04/11/2017 at 18:36 Hartmut Goebel writes: > Am 11.04.2017 um 17:40 schrieb Chris Marusich: >> myglc2 writes: >> >>> On 03/28/2017 at 23:10 Chris Marusich writes: >>> >>> [...] >>> >>>> export INFOPATH="$HOME/guix/doc${INFOPATH:+:}$INFOPATH" >>> export INFOPATH="$HOME/guix/doc${INFOPATH:+:$INFOPATH}" >> Yes, you're correct. I mis-typed that. > > But isn't the result the same? Duh... Yes.