ports/benchmarks/lmbench/files/patch-scripts_config-run
Mathieu Arnold 56bf85096c Cleanup patches, category benchmarks
Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-27 15:09:11 +00:00

11 lines
299 B
Text

--- scripts/config-run.orig 2006-11-26 20:11:04 UTC
+++ scripts/config-run
@@ -176,7 +176,7 @@ then
fi
fi
if [ X$MB = X ]
-then $ECHON "Probing system for available memory: $ECHOC"
+then echo $ECHON "Probing system for available memory: $ECHOC"
MB=`../bin/$OS/memsize 4096`
fi
TOTAL_MEM=$MB