Bug#563426: Incompatible with bash 4.1

2010-01-02 Thread Jonny
Package: localepurge Version: 0.6.1 Severity: grave /usr/sbin/localepurge does not run in bash 4.1-1 normally. set -x: + set -e + NOPURGECONF=/etc/locale.nopurge + '[' '!' -f /etc/locale.nopurge ']' + fgrep --quiet --line-regexp NEEDSCONFIGFIRST /etc/locale.nopurge + export LC_ALL=C +

Bug#563426: Incompatible with bash 4.1

2010-01-02 Thread Bert Schulze
Package: localepurge Version: 0.6.1 Severity: normal Tags: patch I'm sorry the previously posted patch didn't solve the whole Problem and i ran into another one. Initially you set globaltot=0 and in the spaceafter function you add the tot of each dir you process by using ((globaltot += tot)).