Mercurial > mplayer.hg
changeset 22509:b65e001a3e68
fix forgotten \
author | ivo |
---|---|
date | Mon, 12 Mar 2007 17:16:45 +0000 |
parents | 499052866262 |
children | 76f7adafc67b |
files | TOOLS/checktree.sh |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/TOOLS/checktree.sh Mon Mar 12 15:57:01 2007 +0000 +++ b/TOOLS/checktree.sh Mon Mar 12 17:16:45 2007 +0000 @@ -110,7 +110,7 @@ echo printoption "color " "colored output" "$_color" printoption "head " "print heading for each test" "$_head" - printoption "svn " + printoption "svn " \ "use svn info 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"