kumquat-buildroot/scripts
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
..
test fakeroot: remove all references to BR2_HOST_FAKEROOT 2010-04-09 11:04:33 +02:00
add_new_package.wizard scripts/package wizard: clarify the steps after the wizard 2009-05-03 22:24:36 +02:00
build-ext3-img some enhancements to the build-ext3-img script 2008-05-01 15:21:47 +00:00
buildall.sh lzma: remove 'target' from lzma package name 2009-10-26 21:38:49 +01:00
copy.sh scripts: force copy of files to erase already present and readonly files 2010-05-02 09:33:25 +02:00
create_ipkgs some buildroot helper scripts 2008-03-06 17:52:37 +00:00
get_linux_config.sh scripts: fix for POSIX compliance 2010-09-30 22:08:58 +02:00
graph-depends New graph-depends script 2010-05-21 15:16:48 +02:00
mkmakefile Makefile: generate a Makefile wrapper in $(O) 2010-09-26 23:47:07 +02:00
mkpkg scripts: fix for POSIX compliance 2010-09-30 22:08:58 +02:00
pkg-stats Improvements to the package conversion status script 2010-07-26 22:48:41 +02:00
setlocalversion scripts/setlocalversion: Renamed 'git-svn' to 'git svn' 2009-03-26 20:47:38 +00:00
testheader.inc scripts: fix for POSIX compliance 2010-09-30 22:08:58 +02:00