[MPlayer-cvslog] r22376 - trunk/TOOLS/checktree.sh
ivo
subversion at mplayerhq.hu
Wed Feb 28 12:48:32 CET 2007
Author: ivo
Date: Wed Feb 28 12:48:32 2007
New Revision: 22376
Modified:
trunk/TOOLS/checktree.sh
Log:
fix printing of -(no)svn option
Modified: trunk/TOOLS/checktree.sh
==============================================================================
--- trunk/TOOLS/checktree.sh (original)
+++ trunk/TOOLS/checktree.sh Wed Feb 28 12:48:32 2007
@@ -125,8 +125,8 @@ for i in "$@"; do
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
More information about the MPlayer-cvslog
mailing list