1--- doc/examples/runemomniaggdemo.sh.orig 2013-05-10 18:14:25 UTC 2+++ doc/examples/runemomniaggdemo.sh 3@@ -138,7 +138,7 @@ then 4 fi 5 6 # allow the netperf binary to be used to be overridden 7-NETPERF=${NETPERF:="netperf"} 8+NETPERF="%%PREFIX%%/bin/netperf" 9 10 if [ $NUM_REMOTE_HOSTS -lt 2 ] 11 then 12 13