commit | 5f617ffa17537d701a2f645f36895fa0d695d221 | [log] [tgz] |
---|---|---|
author | André Erdmann <dywi@mailerd.de> | Sun Oct 26 18:41:43 2014 +0100 |
committer | Peter Korsgaard <peter@korsgaard.com> | Tue Nov 11 23:08:46 2014 +0100 |
tree | 47edada23382977e6f02f5d34d33ee6c6e448b4f | |
parent | 7541ec8127db2c25011b31124eaa73a6233feb08 [diff] |
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>