[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Whats wrong with this script ?



Colin Watson Sent: Wednesday, August 14, 2002 10:34 AM


> On Wed, Aug 14, 2002 at 08:49:49AM +0530, Dr. Sachin Kale wrote:
> > I am trying to get a module compiled against kernel 2.2.12-20,
work on
> > 2.2.19; I found this script on the net, when I run this as
> >  ./fixscript esscom.o esscom.fix.o I get the error -
> >
> > Here is the original script -
> >
> > MI=/tmp/modinfo [ -z "$DEPMOD" ] && DEPMOD=depmod #new kernel
version
>
> Split that line after 'modinfo', so:
>
>   MI=/tmp/modinfo
>   [ -z "$DEPMOD" ] && DEPMOD=depmod #new kernel version
>
After doing that I get the following error -

./fixscript1: line 6: syntax error near unexpected token `echo'
./fixscript1: line 6: ` echo -n doing $i
'
Now whats that about ?

Sachin




Reply to: