]> arthur.barton.de Git - netdata.git/commit
Fix #282 use modern arithmetic expansion in shell
authorSimon Nagl <simonnagl@aim.com>
Fri, 29 Apr 2016 01:35:59 +0000 (03:35 +0200)
committerSimon Nagl <simonnagl@aim.com>
Fri, 29 Apr 2016 02:08:14 +0000 (04:08 +0200)
commit316ff7dd13e31d12055ec4918648a6a828c9a6f1
tree08a67ad67df6bc7013f6314711f67dd29598eff5
parentec28e63c30962818dab315d64ee4da10005e47fd
Fix #282 use modern arithmetic expansion in shell

Fix also files not ending with .sh
Use $((.*)) instead of $[.*]
The later one is old syntax
plugins.d/charts.d.plugin