blob: 0c5ab9e01da88cb9e34faba4baf8a6bc82f05ba4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- doc/examples/runemomniaggdemo.sh.orig 2013-05-10 20:14:25.000000000 +0200
+++ doc/examples/runemomniaggdemo.sh 2015-10-19 15:37:46.597952000 +0200
@@ -138,7 +138,7 @@
fi
# allow the netperf binary to be used to be overridden
-NETPERF=${NETPERF:="netperf"}
+NETPERF="%%PREFIX%%/bin/netperf"
if [ $NUM_REMOTE_HOSTS -lt 2 ]
then
|