From mboxrd@z Thu Jan 1 00:00:00 1970 From: Murray.Jensen at csiro.au Date: Mon, 18 Jul 2005 15:12:20 +1000 Subject: [U-Boot-Users] [PATCH] fix typo in mkconfig script Message-ID: <18887.1121663540@gerd> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de This patch fixes a typo in the "mkconfig" script. The operator "==" is used instead of "=", which works with bash's built-in "test" (aka "[") but not with solaris "/bin/sh" i.e. the script is no-longer standard bourne shell compatible. Cheers! Murray... CHANGELOG entry: * Patch by Murray Jensen , July 18, 2005: - fix typo in mkconfig script - "==" used for test instead of "=" Copyright: This patch is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. -- Murray Jensen, CSIRO Manufacturing & Infra. Tech. Phone: +61 3 9662 7763 Locked Bag No. 9, Preston, Vic, 3072, Australia. Fax: +61 3 9662 7853 Internet: Murray.Jensen at csiro.au To the extent permitted by law, CSIRO does not represent, warrant and/or guarantee that the integrity of this communication has been maintained or that the communication is free of errors, virus, interception or interference. The information contained in this e-mail may be confidential or privileged. Any unauthorised use or disclosure is prohibited. If you have received this e-mail in error, please delete it immediately and notify Murray Jensen on +61 3 9662 7763. Thank you. -------------- next part -------------- A non-text attachment was scrubbed... Name: MKCONFIG.GZ Type: application/x-gunzip Size: 245 bytes Desc: mkconfig-typo.patch.gz Url : http://lists.denx.de/pipermail/u-boot/attachments/20050718/fbb7645a/attachment.bin