opnsense-ports/benchmarks/lmbench/files/patch-scripts__config-run
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

11 lines
346 B
Text

--- ./scripts/config-run.orig 2009-06-25 12:16:57.000000000 -0400
+++ ./scripts/config-run 2009-06-25 12:17:08.000000000 -0400
@@ -176,7 +176,7 @@
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