Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > gnu.bash.bug > #14761
| Path | csiph.com!goblin1!goblin.stu.neva.ru!usenet.stanford.edu!not-for-mail |
|---|---|
| From | Eduardo Bustamante <dualbus@gmail.com> |
| Newsgroups | gnu.bash.bug |
| Subject | Re: [BUG] Bad call to dircolors in /etc/bash.bashrc on LMDE |
| Date | Thu, 1 Nov 2018 09:30:35 -0700 |
| Lines | 17 |
| Approved | bug-bash@gnu.org |
| Message-ID | <mailman.3226.1541089852.1284.bug-bash@gnu.org> (permalink) |
| References | <CAJ1MqVHLz+TDjQwpWZdv--n77frMbux4zTKMbNyX+N5LGQ1NTQ@mail.gmail.com> |
| NNTP-Posting-Host | lists.gnu.org |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset="UTF-8" |
| X-Trace | usenet.stanford.edu 1541089853 16832 208.118.235.17 (1 Nov 2018 16:30:53 GMT) |
| X-Complaints-To | action@cs.stanford.edu |
| Cc | bug-bash <bug-bash@gnu.org>, bash@packages.debian.org |
| To | phil.hudson@iname.com |
| Envelope-to | bug-bash@gnu.org |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=ChxTWY0D2b4TCxDUhg7yCMImhqek8VWB0kqMwXMOA64=; b=CFyjJ7auN4C8/m+3Gy4Oz5njiRK6eUNEn+DrB4S2vnA9vGRRwfWYTtsvDcyEXHB4HK MrtElb81cAhdrrFAj1n2lMUpFdCVHTMjuxSxeoTxcsUIYZqflgCzP4f575XsDTkbGL24 I7BrBJWjDNhtZc2MzNvvruuCadqagb0INkjLf9iCsngowJPc8AOzDxwdVJS3eu7py8Rx XYWHRPOAY10Cq8bGZUQhQLjrFgAMEk8/p6Ey8PHKoQXfuDU/tO9AZyQOxygSOazksmYT n6GunyxbOyITHP5u0xma3bOTgpAqSEh9n825nA5x+RGJ83xEaCqGiBuC4ci37F+Y4+Qk 65fQ== |
| X-Google-DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=ChxTWY0D2b4TCxDUhg7yCMImhqek8VWB0kqMwXMOA64=; b=iY6OcU/7s7nHFIO3J3AA1sr2Vn8d8eYVDJuk9sJeLRRPw5WZNNFO6lnGXYSLeC3Zi+ wdwUyPsxndJGEJex4DAp5vvN9EDKE1MKCHP75b50IbDiMcQEZwZYdyqAk4yM3ecjeZm2 mFLLba4LkmiBrcEHuznBQVAzE2R5mF0rJA+ej0R78ZGXmEuMdiiY/9LAtKJJqNQBCGtb SXJOT+aeF7pgUaUa7b0KTKbbimcckEh8MVR4i61zDiIZi/Nk628UviMgLfW8fBocyLB9 HwkUC7Xh5+eOUNKVtNhFE892PxSiyga8vIub1hMtYODH2p8Ux4HiC7eLq5Pa032PF2KS hvng== |
| X-Gm-Message-State | AGRZ1gKMlduAo6snBSi111GlssoS0lINgZOb820XgtQU8Tzqnzf7f5Pg lMUTlu/QR0/GgaE4B9srX2FDa+bSLDPgvDBETkk= |
| X-Google-Smtp-Source | AJdET5d3oRpIGIr3pxMf3Mw04QAHZl82+7SOfL333gOO7K86Bes++GNlg8yUOBVkjazqWFfyuaVi5rWBuZhXI3b7dQA= |
| X-Received | by 2002:a19:db82:: with SMTP id t2mr5134705lfi.130.1541089847330; Thu, 01 Nov 2018 09:30:47 -0700 (PDT) |
| In-Reply-To | <CAJ1MqVHLz+TDjQwpWZdv--n77frMbux4zTKMbNyX+N5LGQ1NTQ@mail.gmail.com> |
| X-detected-operating-system | by eggs.gnu.org: Genre and OS details not recognized. |
| X-Received-From | 2a00:1450:4864:20::135 |
| X-BeenThere | bug-bash@gnu.org |
| X-Mailman-Version | 2.1.21 |
| Precedence | list |
| List-Id | Bug reports for the GNU Bourne Again SHell <bug-bash.gnu.org> |
| List-Unsubscribe | <https://lists.gnu.org/mailman/options/bug-bash>, <mailto:bug-bash-request@gnu.org?subject=unsubscribe> |
| List-Archive | <http://lists.gnu.org/archive/html/bug-bash/> |
| List-Post | <mailto:bug-bash@gnu.org> |
| List-Help | <mailto:bug-bash-request@gnu.org?subject=help> |
| List-Subscribe | <https://lists.gnu.org/mailman/listinfo/bug-bash>, <mailto:bug-bash-request@gnu.org?subject=subscribe> |
| Xref | csiph.com gnu.bash.bug:14761 |
Show key headers only | View raw
On Wed, Oct 31, 2018 at 9:52 PM Philip Hudson <phil.hudson@iname.com> wrote: (...) > Description: > At line 44 of /etc/bash.bashrc the line > > eval $(dircolors) > > is incorrect: it errors if $SHELL is tcsh. All other calls correctly > specify 'dircolors -b'. > > Note: Arises on Linux Mint Debian Edition 2. I have not been able to > determine whether this report is more properly addressed to GNU, or > downstream to Debian or Linux Mint. Apologies if it's not you. The upstream bash package doesn't provide any system configuration files. So you're right, it should go to the distro bug tracker.
Back to gnu.bash.bug | Previous | Next | Find similar | Unroll thread
Re: [BUG] Bad call to dircolors in /etc/bash.bashrc on LMDE Eduardo Bustamante <dualbus@gmail.com> - 2018-11-01 09:30 -0700
csiph-web