tools: remove absolute path of chmod for vfio setup
authorAndre Richter <andre.o.richter@gmail.com>
Thu, 12 Mar 2015 17:18:00 +0000 (18:18 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Tue, 17 Mar 2015 21:58:21 +0000 (22:58 +0100)
commit83246086ab6efc93ecdebeef1ec018970e2aa9fc
treedf0c555d2b96b6a37370981b1f07413b11699b14
parentcec1b9f3af45f1abf04dbaa69f08a68bb8486b40
tools: remove absolute path of chmod for vfio setup

setup.sh uses /usr/bin/chmod, but depending on distribution, it is not always there.
For example, Ubuntu has /bin/chmod. Fix this by removing the absolute path, like it is
done e.g. with grep.

Signed-off-by: Andre Richter <andre.o.richter@gmail.com>
tools/setup.sh