[commit: packages/containers] master: Remove Debian-specific -n column option. (98a4d50)
git at git.haskell.org
git at git.haskell.org
Sun Dec 20 16:24:51 UTC 2015
Repository : ssh://git@git.haskell.org/containers
On branch : master
Link : http://git.haskell.org/packages/containers.git/commitdiff/98a4d503442b8a309de8bb09936272ee08249898
>---------------------------------------------------------------
commit 98a4d503442b8a309de8bb09936272ee08249898
Author: Milan Straka <fox at ucw.cz>
Date: Wed Mar 11 15:41:22 2015 +0100
Remove Debian-specific -n column option.
It is not needed anyway here.
>---------------------------------------------------------------
98a4d503442b8a309de8bb09936272ee08249898
benchmarks/bench-cmp.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/benchmarks/bench-cmp.sh b/benchmarks/bench-cmp.sh
index 32f2b9c..b72d0d0 100755
--- a/benchmarks/bench-cmp.sh
+++ b/benchmarks/bench-cmp.sh
@@ -1,3 +1,3 @@
#!/bin/sh
-(echo 'Benchmark;Runtime change;Original runtime'; ./bench-cmp.pl "$@") | column -nts\;
+(echo 'Benchmark;Runtime change;Original runtime'; ./bench-cmp.pl "$@") | column -ts\;
More information about the ghc-commits
mailing list