# HG changeset patch # User ivo # Date 1152889925 0 # Node ID 6ff62e005cba31ef865196c1c09bcc060576e77a # Parent 0ba020beb2e45059e59842945aa23ca1c634cdb8 fix line >79 characters diff -r 0ba020beb2e4 -r 6ff62e005cba TOOLS/checktree.sh --- a/TOOLS/checktree.sh Fri Jul 14 15:08:31 2006 +0000 +++ b/TOOLS/checktree.sh Fri Jul 14 15:12:05 2006 +0000 @@ -116,7 +116,7 @@ printoption "all " "enable all tests" "no" echo printoption "showcont " "show offending content of file(s)" \ - "$_showcont" + "$_showcont" echo printoption "color " "colored output" "$_color" printoption "head " "print heading for each test" "$_head"