[...]
>I think the mistake is in this line:
> [ -f $cfgs ] || continue
>It should have "$cfg" instead of "$cfgs":
> [ -f $cfg ] || continue
Removing the "s" from that line seems to work, since I do no longer get the
message
/usr/lib/pm-utils/functions: line 28: [:
On Thu, Jan 10, 2008 at 10:54:12 -0800, 8rino wrote:
>
> [...]
> >I think the mistake is in this line:
> > [ -f $cfgs ] || continue
> >It should have "$cfg" instead of "$cfgs":
> > [ -f $cfg ] || continue
> Removing the "s" from that line seems to work, since I do n
2 matches
Mail list logo