Bug#530647: local variable usage

2011-04-25 Thread intrigeri
tags 530647 + fixed-upstream thanks > The bash manpage says: > It is an error to use local when not within a function. Fixed in upstream Git, thanks for the hint! Bye, -- intrigeri | GnuPG key @ https://gaffer.ptitcanardnoir.org/intrigeri/intrigeri.asc | OTR fingerprint @ https://gaffer.p

Bug#530647: local variable usage

2009-05-26 Thread Jordi Mallach
Package: backupninja Version: 0.9.6-4 Severity: minor /usr/share/backupninja/rdiff (and possibly others) use local variables outside functions. For example: local usevserver=no The bash manpage says: It is an error to use local when not within a function. I'm not sure why it doesn't fail or any