Use absolute paths for . common

Otherwise it can pick up other common in PATH first...
This commit is contained in:
Ciro Santilli
2018-07-22 10:42:46 +01:00
parent 291de25ac7
commit d330f8d250
14 changed files with 15 additions and 15 deletions

View File

@@ -2,7 +2,7 @@
# Run all benchmarks for this repo, and save the results to the
# benchmark repo, which should be cloned at ../linux-kernel-module-cheat-benchmarks.
set -eux
. common
. "$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)/common"
bench_build=false
bench_buildroot_baseline=false