Bug#328576: One more bash'ism there

2005-09-16 Thread Andreas Henriksson
On Fri, Sep 16, 2005 at 12:06:18PM +0400, Alexander Gerasiov wrote: > I've found one more bashism in /e/i/bandwidthd: > > line 42 should be if [ "$(cat /etc/debian_version)" = "3.0" ]; then > PS BTW, I'm not sure that such check is good idea. May be it would be > better to depend on dpkg from sar

Bug#328576: One more bash'ism there

2005-09-16 Thread Alexander Gerasiov
Package: bandwidthd Version: 2.0.1+cvs20050208-3 Followup-For: Bug #328576 Hello again :) I've found one more bashism in /e/i/bandwidthd: line 42 should be if [ "$(cat /etc/debian_version)" = "3.0" ]; then because ==man 1 [= STRING1 = STRING2 the s