Magarto schrieb: > Hi. I am trying to patch my ubuntu feisty with your 2.6.21 and 2.6.22 > patches with this error when I execute "apply". I have tried it in > 2.6.21.3, 2.6.21.5 and 2.6.22-rc5 (last with 2.6.22 patches) > > # ./apply /usr/src/linux-2.6.21.5/ > > And the result is: > > [: 6: ==: unexpected operator > > [...] > > What is wrong? I can check all files to see if files have been patches, > but it can take me hours. Can anyone see if "apply" is ok?
Ignore this.
There is a little bug in the apply script.
This third line is
if [ "$1" == "" ]; then
and it should be:
if [ "$1" = "" ]; then
Regards
Sven
--
Sven Anders <[EMAIL PROTECTED]> () Ascii Ribbon Campaign
/\ Support plain text e-mail
ANDURAS service solutions AG
Innstraße 71 - 94036 Passau - Germany
Web: www.anduras.de - Tel: +49 (0)851-4 90 50-0 - Fax: +49 (0)851-4 90 50-55
Rechtsform: Aktiengesellschaft - Sitz: Passau - Amtsgericht Passau HRB 6032
Mitglieder des Vorstands: Sven Anders, Marcus Junker
Vorsitzender des Aufsichtsrats: Dipl. Kfm. Thomas Träger
begin:vcard fn:Sven Anders n:Anders;Sven org:ANDURAS AG;Research and Development adr;quoted-printable:;;Innstra=C3=9Fe 71;Passau;Bavaria;94036;Germany email;internet:[EMAIL PROTECTED] title:Dipl. Inf. tel;work:++49 (0)851 / 490 50 -0 tel;fax:++49 (0)851 / 590 50 - 55 x-mozilla-html:FALSE url:http://www.anduras.de version:2.1 end:vcard
signature.asc
Description: OpenPGP digital signature
------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/
_______________________________________________ Mactel-linux-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mactel-linux-users
