Skip to content

Commit dda7cc2

Browse files
committed
Doh! Fedora/EPEL uperf in /usr/bin
1 parent f79cea4 commit dda7cc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agent/bench-scripts/pbench-uperf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ pbench_bin="`cd ${script_path}/..; /bin/pwd`"
2727
benchmark="uperf"
2828
benchmark_rpm=${benchmark}
2929
if [[ -z "$benchmark_bin" ]]; then
30-
benchmark_bin=/usr/local/bin/$benchmark
30+
benchmark_bin=/usr/bin/$benchmark
3131
fi
3232
ver="$(getconf.py version uperf)"
3333
if [[ -z "${ver}" ]]; then

0 commit comments

Comments
 (0)