Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [ Patch 0/4] Fix for POSIX compliance
@ 2010-09-20 21:26 Yann E. MORIN
  2010-09-20 21:26 ` [Buildroot] [PATCH 1/4] toolchain: fix helpers " Yann E. MORIN
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Yann E. MORIN @ 2010-09-20 21:26 UTC (permalink / raw)
  To: buildroot

Hello All!

This series adds fixes for POSIX 1003.1-2008 compliance in some shell
scripts, with respect to string comparison. POSIX says that string
comparison in test(1) is done using a sing '='; using two is a bashism.
See:
  http://www.opengroup.org/onlinepubs/9699919799/utilities/test.html
  man 1 test
  man 1 bash

  [PATCH 1/4] toolchain: fix helpers for POSIX compliance
  [PATCH 2/4] skeleton: fix atstk1005, ststk100x and atngw100 for POSIX [...]
  [PATCH 3/4] scripts: fix for POSIX compliance
  [PATCH 4/4] package/tcl: fix for POSIX compliance

Totally untested (I lack the proper Atmel hardware, at least), but should be
harmless.

Note: I have done no other compliance checking at all, only string comparison.

Regards,
Yann E. MORIN.

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2010-09-30 20:09 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-20 21:26 [Buildroot] [ Patch 0/4] Fix for POSIX compliance Yann E. MORIN
2010-09-20 21:26 ` [Buildroot] [PATCH 1/4] toolchain: fix helpers " Yann E. MORIN
2010-09-20 21:26 ` [Buildroot] [PATCH 2/4] skeleton: fix atstk1005, ststk100x and atngw100 " Yann E. MORIN
2010-09-20 21:26 ` [Buildroot] [PATCH 3/4] scripts: fix " Yann E. MORIN
2010-09-20 21:26 ` [Buildroot] [PATCH 4/4] package/tcl: " Yann E. MORIN
2010-09-28 16:38 ` [Buildroot] [ Patch 0/4] Fix " Yann E. MORIN
2010-09-30 20:09 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox