You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
John Crispin 20940138ac scripts: fix wrong usage of '==' operator
[base-files] shell-scripting: fix wrong usage of '==' operator

normally the '==' is used for invoking a regex parser and is a bashism.
all of the fixes just want to compare a string. the used busybox-ash
will silently "ignore" this mistake, but make it portable/clean at least.

this patch does not change the behavior/logic of the scripts.

Signed-off-by: Bastian Bittorf <bittorf@bluebottle.com>

SVN-Revision: 42911
10 years ago
..
leds.sh base-files: introduce commonly used helper functions for setting leds 11 years ago
network.sh base-files: add network_get_ipaddrs_all() 10 years ago
preinit.sh /lib/functions.sh: move preinit related functions to /lib/functions/preinit.sh 10 years ago
service.sh base-files: remove function service_kill 10 years ago
system.sh base-files: strip quotes from the MAC address in macaddr_canonicalize() 10 years ago
uci-defaults-new.sh scripts: fix wrong usage of '==' operator 10 years ago
uci-defaults.sh scripts: fix wrong usage of '==' operator 10 years ago