Re: bash 3.2 vs 3.0

2012-01-07 Thread Allodoxaphobia
On Thu, 5 Jan 2012 10:12:34 +, Dave wrote: > > Recently upgraded to 3.2 That's *not* an upgrade. That's merely a 'change' in obsolescence.

Re: bash 3.2 vs 3.0

2012-01-05 Thread Chet Ramey
On 1/5/12 5:12 AM, Dave wrote: > Hi all, > > Recently upgraded to 3.2 and noticed some differences in a lot of my > scripts, consider the following example: You might have a tough time getting help on this. Bash-3.2 was released over five years ago; bash-3.0 two years before that. I point peopl

Re: bash 3.2 vs 3.0

2012-01-05 Thread Chris F.A. Johnson
On Thu, 5 Jan 2012, Dave wrote: Hi all, Recently upgraded to 3.2 and noticed some differences in a lot of my scripts, consider the following example: ... Could anyone point me in correct direction on this one ? Upgrade to 4.2; you are years behind the times! -- Chris F.A. Johnson, <

bash 3.2 vs 3.0

2012-01-05 Thread Dave
Hi all, Recently upgraded to 3.2 and noticed some differences in a lot of my scripts, consider the following example: #!/bin/bash trap error_reporter ERR set -o errexit set -o errtrace set -o nounset set -o pipefail logf_error=/dev/null function _exit { local -ri retval="${1:-$?}" exit ${re