Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | scripts: fix for POSIX compliance | Yann E. MORIN | 2010-09-30 | 1 | -3/+3 |
| | | | | | | | | | | | | Using two '=' for string comparison is a bashism. Revert to using one, as stated in POSIX 1003.1-2008. Of the three affected scripts, two are explicitly called vi #!/bin/bash. Those two do not _need_ the fix, but gets it nonetheless, in case we later switch to a POSIX-compliant shell for those scripts. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | get_linux_config.sh: sets THIS_MINOR to 0 if not valid. | Julien Boibessot | 2010-02-17 | 1 | -0/+1 |
| | | | | | | | | | | | Sets THIS_MINOR to 0 if not valid, ie when processing a Linux config file which does not have a minor number extension; ex: "<name>-linux-2.6.<major>.config" Otherwise bash is raising an error/exception (line 59) and script can not complete. Signed-off-by: Julien Boibessot <julien.boibessot@armadeus.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | Do not copy linux config with higher minor version than current kernel | Ulf Samuelsson | 2009-01-03 | 1 | -6/+25 |
| | |||||
* | Apply some care, when copying the linux configuration file | Ulf Samuelsson | 2009-01-02 | 1 | -9/+51 |
| | |||||
* | Fix bad use of symbol | Ulf Samuelsson | 2008-04-06 | 1 | -0/+1 |
| | |||||
* | Add some robustness to linux configuration | Ulf Samuelsson | 2008-03-29 | 1 | -0/+14 |