mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 21:30:31 -04:00
Go 1.4 is the last Go release with its toolchain written in C. Keep Go 1.4 arround to bootstrap future versions. While I'm here, lift the restriction for armv6.
11 lines
356 B
Bash
11 lines
356 B
Bash
--- ./test/bench/shootout/timing.sh.orig 2013-06-09 23:33:01.405924747 +1000
|
|
+++ ./test/bench/shootout/timing.sh 2013-06-09 23:33:16.526347653 +1000
|
|
@@ -81,7 +81,7 @@
|
|
$1
|
|
shift
|
|
|
|
- echo $((time -p $* >/dev/null) 2>&1) | awk '{print $4 "u " $6 "s " $2 "r"}'
|
|
+ echo $( (time -p $* >/dev/null) 2>&1) | awk '{print $4 "u " $6 "s " $2 "r"}'
|
|
}
|
|
|
|
fasta() {
|