X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Received: by 10.52.138.177 with SMTP id qr17mr50769945vdb.7.1433446699764; Thu, 04 Jun 2015 12:38:19 -0700 (PDT) X-Received: by 10.140.97.7 with SMTP id l7mr551159qge.0.1433446699705; Thu, 04 Jun 2015 12:38:19 -0700 (PDT) Newsgroups: comp.os.msdos.djgpp Date: Thu, 4 Jun 2015 12:38:19 -0700 (PDT) In-Reply-To: <55709263.7010902@gmx.de> Complaints-To: groups-abuse AT google DOT com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=65.13.115.246; posting-account=p5rsXQoAAAB8KPnVlgg9E_vlm2dvVhfO NNTP-Posting-Host: 65.13.115.246 References: <55703C4B DOT 4030604 AT gmx DOT de> <201506041612 DOT t54GC1L2014429 AT delorie DOT com> <55709263 DOT 7010902 AT gmx DOT de> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <033f7e6d-ff21-40c8-a67e-54eed44d4ec5@googlegroups.com> Subject: Re: Removing GREP_OPTIONS from djgpp.env From: "rugxulo AT gmail DOT com" Injection-Date: Thu, 04 Jun 2015 19:38:19 +0000 Content-Type: text/plain; charset=ISO-8859-1 Bytes: 2160 Lines: 26 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk Hi, On Thursday, June 4, 2015 at 1:00:04 PM UTC-5, Juan Manuel Guerrero (juan DOT guerrero AT nospam DOT plz) wrote: > Am 04.06.2015 18:12, schrieb DJ Delorie: > > No objections but... > > > >> +#= This option is only supported by grep 2.20 and previous versions. > > > > s/option/variable/ to be more accurate > > > > Why not just remove the whole grep section, instead of commenting it out? > > grep entries removed. On a barely related note, can someone give me their opinion on why _bhist is always in the root dir? I always found that annoying. On some of my setups, I ended up putting this ... : (under both [bash] and [sh]) HOME=%DJDIR% ... just to stop that (although it won't create it there anyways if C:\ isn't writeable, e.g. 32-bit Vista or similar as non-Admin). Maybe you consider it unimportant. Maybe it's yet another Bash bug. Maybe it's something to do with P_tmpdir. I dunno, just thought I'd mention it in case somebody is sympathetic. Feel free to ignore.