Re: [dpdk-dev] [PATCH] devtools: make log checking script BSD-compatible

2017-03-27 Thread Thomas Monjalon
2017-03-23 15:09, Bruce Richardson: > The -e flag to readlink doesn't exist on FreeBSD so change it to -f instead > which is present on both BSD and Linux. Error reported is: > > readlink: illegal option -- e > usage: readlink [-fn] [file ...] > usage: dirname string [...] > ./devtools/che

[dpdk-dev] [PATCH] devtools: make log checking script BSD-compatible

2017-03-23 Thread Bruce Richardson
The -e flag to readlink doesn't exist on FreeBSD so change it to -f instead which is present on both BSD and Linux. Error reported is: readlink: illegal option -- e usage: readlink [-fn] [file ...] usage: dirname string [...] ./devtools/check-git-log.sh: /git-log-fixes.sh: not found Fixes