Commit Graph

6 Commits

Author SHA1 Message Date
Yann E. MORIN
855fdcaed1 scripts: fix for POSIX compliance
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>
2010-09-30 22:08:58 +02:00
Ulf Samuelsson
070de4f146 Update verification scripts and status for ARM build 2009-01-25 23:09:12 +00:00
Ulf Samuelsson
20fed85399 Update package buildscript 2009-01-15 23:17:38 +00:00
Ulf Samuelsson
1811acae86 Add some whitespace to output, aligning comments, when added 2009-01-12 07:43:23 +00:00
Ulf Samuelsson
6b054c3b90 Bug fix for mkpkg script 2009-01-11 20:37:04 +00:00
Ulf Samuelsson
a3afd2ce59 Add script allowing better overview of build status of single packages 2009-01-10 00:26:30 +00:00