[dpdk-dev] [PATCH] tools: remove chmod absolute path in setup.sh

2015-03-17 Thread Thomas Monjalon
2015-03-12 18:18, Andre Richter: > 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. Applied, thanks

[dpdk-dev] [PATCH] tools: remove chmod absolute path in setup.sh

2015-03-12 Thread Andre Richter
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. --- tools/setup.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/setu