On 2010-10-14 09:41 +0200, Axel Beckert wrote: > A. Costa wrote: >> Package: debian-goodies >> Version: 0.54 >> Severity: normal >> >> Observed while searching: >> >> % dglob oocalc ; echo $? >> [: 66: no: unexpected operator >> 0 >> >> Both error message & exit code '0' seem buggy. > > Yep, could reproduce this here on a Sid box.
I guess that's what you get when you run a bash script by /bin/sh. ,---- | possible bashism in dglob line 38 (should be 'b = a'): | if [ "$all" == "yes" ] ; then | possible bashism in dglob line 43 (echo -e): | echo -e "WARN: You requested information on files of all packages,\nWARN: however, since the 'apt-file' package is not available, this\nWARN: information can only be provided for those packages currently installed." >&2 | possible bashism in dglob line 54 (should be 'b = a'): | if [ "$all" == "no" ] ; then `---- Sven -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org