diff options
author | tomsmeding <hallo@tomsmeding.nl> | 2015-04-27 20:39:18 +0200 |
---|---|---|
committer | tomsmeding <hallo@tomsmeding.nl> | 2015-04-27 20:39:18 +0200 |
commit | 5af92d8275873fb96243217435c39b332a9e95b8 (patch) | |
tree | d0f82093a91b172661be6ad0fa535836041486bf | |
parent | f7cf72b6a1cd5373f39e025ae260561e33a91e8e (diff) |
Typo fix!
-rwxr-xr-x | fullcompTabMT.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fullcompTabMT.sh b/fullcompTabMT.sh index 5362158..ee73fb3 100755 --- a/fullcompTabMT.sh +++ b/fullcompTabMT.sh @@ -109,7 +109,7 @@ for p1 in $BINARIES; do printf "\x1B[$y;1H$p1\x1B[$y;$((max_command_len + 1))H|$(repstring ' |' $NBINS)" ponei=$((ponei + 1)) done -printf "\x1B[$((NBIN + 4));1H>competition.log\n" +printf "\x1B[$((NBINs + 4));1H>competition.log\n" #prepare the actual competition ponei=1 |