diff options
author | Dmitri Goutnik <dmgk@FreeBSD.org> | 2020-03-17 12:21:03 +0000 |
---|---|---|
committer | Dmitri Goutnik <dmgk@FreeBSD.org> | 2020-03-17 12:21:03 +0000 |
commit | f382c484787c3b8dded74a8a879c248742700b30 (patch) | |
tree | fe81970a5a575d1ebac00d60113f9bb6c1977712 /lang/go14/files/patch-test__bench__shootout__timing.sh | |
parent | lang/go: Update bootstrap to go1.14 final release (diff) |
lang/go14: Remove port
lang/go was switched to the new bootstrap and it was the only consumer of
lang/go14.
Reviewed by: mikael, tobik
Approved by: jlaffaye (maintainer timeout, 2 weeks)
Differential Revision: https://reviews.freebsd.org/D23925
Diffstat (limited to 'lang/go14/files/patch-test__bench__shootout__timing.sh')
-rw-r--r-- | lang/go14/files/patch-test__bench__shootout__timing.sh | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/lang/go14/files/patch-test__bench__shootout__timing.sh b/lang/go14/files/patch-test__bench__shootout__timing.sh deleted file mode 100644 index f60c73936a5c..000000000000 --- a/lang/go14/files/patch-test__bench__shootout__timing.sh +++ /dev/null @@ -1,11 +0,0 @@ ---- ./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() { |