diff options
author | André Erdmann <dywi@mailerd.de> | 2014-10-26 18:41:43 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2014-11-11 23:08:46 +0100 |
commit | 5f617ffa17537d701a2f645f36895fa0d695d221 (patch) | |
tree | 47edada23382977e6f02f5d34d33ee6c6e448b4f /package/python-jinja2/python-jinja2.hash | |
parent | 7541ec8127db2c25011b31124eaa73a6233feb08 (diff) | |
download | buildroot-5f617ffa17537d701a2f645f36895fa0d695d221.tar.gz buildroot-5f617ffa17537d701a2f645f36895fa0d695d221.zip |
sysv init scripts: fix == bashism
test a == b is not available in e.g. dash.
Command(s) used for editing:
q=\[\"\'\]
operand="${q}?[$]?[a-zA-Z0-9_\?]+${q}?" ## doesn't detect ${VAR}
test_expr="(\[\s+${operand}\s+)==(\s+${operand}\s+\])"
find . -type f -name '[SK][0-9][0-9]*' | \
xargs sed -r -e "s@${test_expr}@\1=\2@g" -i
Signed-off-by: André Erdmann <dywi@mailerd.de>
Acked-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/python-jinja2/python-jinja2.hash')
0 files changed, 0 insertions, 0 deletions