# HG changeset patch # User ivo # Date 1172663312 0 # Node ID 98d5ee376a610337d6edb5b5f84db77bba0cd587 # Parent 131563493cc457a2e24547fa7e208f748598ad01 fix printing of -(no)svn option diff -r 131563493cc4 -r 98d5ee376a61 TOOLS/checktree.sh --- a/TOOLS/checktree.sh Wed Feb 28 11:46:53 2007 +0000 +++ b/TOOLS/checktree.sh Wed Feb 28 11:48:32 2007 +0000 @@ -125,8 +125,8 @@ echo printoption "color " "colored output" "$_color" printoption "head " "print heading for each test" "$_head" - printoption "svn " "use .svn/ to determine which files to " \ - "check" "$_svn" + printoption "svn " "use .svn/ to determine which files to check"\ + "$_svn" echo -e "\nIf no files are specified, the whole tree is traversed." echo -e "If there are, -(no)svn has no effect.\n" exit