Skip to content

Commit

Permalink
Remove Debian-specific -n column option.
Browse files Browse the repository at this point in the history
It is not needed anyway here.
  • Loading branch information
foxik committed Mar 11, 2015
1 parent f6930e6 commit 98a4d50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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\;

0 comments on commit 98a4d50

Please sign in to comment.