[Buildroot] [ Patch 0/4] Fix for POSIX compliance

Yann E. MORIN yann.morin.1998 at anciens.enib.fr
Mon Sep 20 21:26:05 UTC 2010


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.




More information about the buildroot mailing list