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.
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
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, <
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