freebsd-ports/benchmarks/nbench/files/patch-ab
Volker Stolz c68425a12b - Update to 2.2.1
- Prune MASTER_SITEs
- Assign maintainership to submitter

PR:		ports/72809
Submitted by:	Frank J. Laszlo
2004-10-26 14:03:37 +00:00

13 lines
408 B
Text

--- sysinfo.sh.orig Mon Oct 18 00:03:53 2004
+++ sysinfo.sh Mon Oct 18 00:04:35 2004
@@ -50,8 +50,8 @@
# this bombs out on Ultrix which expect "cut -d"
-compsystem=`uname -a | cut -b 1-78`
-compdate=`date|cut -b1-55`
+compsystem=`uname -a | cut -f 1-78`
+compdate=`date | cut -f 1-55`
# let's hope that ctrl-c is not part of any string here
# this also will barf later if " is in any of the strings