Re: Sourcing shopt setting removes 'history' from SHELLOPTS

2009-09-14 Thread Chet Ramey
> Machine Type: i486-pc-linux-gnu > > Bash Version: 3.2 > Patch Level: 39 > Release Status: release > > Description: > Sourcing or eval'ing code which touches a shopt setting, causes > `history' to disappear from the SHELLOPTS environment variable. Look at bash-3.2 patch 41. Chet -- ``The lyf

Sourcing shopt setting removes 'history' from SHELLOPTS

2009-09-14 Thread Freddy Vulto
Configuration Information [Automatically generated, do not change]: Machine: i486 OS: linux-gnu Compiler: gcc Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='i486' -DCONF_OSTYPE='linux-gnu' -DCONF_MACHTYPE='i486-pc-linux-gnu' -DCONF_VENDOR='pc' -DLOCALEDIR='/usr/share/locale' -DPACKAGE='bash

Bash-4.0 Official Patch 33

2009-09-14 Thread Chet Ramey
BASH PATCH REPORT = Bash-Release: 4.0 Patch-ID: bash40-033 Bug-Reported-by:Dr. Werner Fink Bug-Reference-ID: <200907010951.n619p76i013...@boole.suse.de> Bug-Reference-URL: http://lists.gnu.org/archive/h

Bash-4.0 Official Patch 32

2009-09-14 Thread Chet Ramey
BASH PATCH REPORT = Bash-Release: 4.0 Patch-ID: bash40-032 Bug-Reported-by:mu...@muszi.kite.hu Bug-Reference-ID: <20090826113159.18815.qm...@muszi.kite.hu> Bug-Reference-URL: http://lists.gnu.org/archive

Bash-4.0 Official Patch 31

2009-09-14 Thread Chet Ramey
BASH PATCH REPORT = Bash-Release: 4.0 Patch-ID: bash40-031 Bug-Reported-by:Roman Rakus Bug-Reference-ID: <4a93f6e9.4050...@redhat.com> Bug-Reference-URL: Bug-Description: An implicit assignment to ind

Bash-4.0 Official Patch 30

2009-09-14 Thread Chet Ramey
BASH PATCH REPORT = Bash-Release: 4.0 Patch-ID: bash40-030 Bug-Reported-by:Henning Bekel Bug-Reference-ID: <7c6eacf262ct...@mid.individual.net> Bug-Reference-URL: http://lists.gnu.org/archive/html/bug-b

Bash-4.0 Official Patch 29

2009-09-14 Thread Chet Ramey
BASH PATCH REPORT = Bash-Release: 4.0 Patch-ID: bash40-029 Bug-Reported-by:Christian Krause Bug-Reference-ID: Thu, 25 Jun 2009 21:47:59 +0200 Bug-Reference-URL: http://lists.gnu.org/archive/html/bug-bas

Re: ulimit and ssh?

2009-09-14 Thread Marc Herbert
peter360 a écrit : > Thanks for the explanation. So my understanding of the way ssh works is > still incorrect. I am confused about at which point the two parameters, > "-c" and "ulimit -a" were converted into three, "-c", "ulimit", and "-a". I > guess I need to read the source of ssh and bas