Re: Thinkpad Z60T suspend to ram

2008-01-10 Thread 8rino
[...] >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: [:

Re: Thinkpad Z60T suspend to ram

2008-01-10 Thread Florian Kulzer
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