You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by da...@apache.org on 2011/05/08 14:30:44 UTC

svn commit: r1100725 - /subversion/trunk/tools/dev/benchmarks/large_dirs/create_bigdir.sh

Author: danielsh
Date: Sun May  8 12:30:44 2011
New Revision: 1100725

URL: http://svn.apache.org/viewvc?rev=1100725&view=rev
Log:
* tools/dev/benchmarks/large_dirs/create_bigdir.sh: Bugfix

Modified:
    subversion/trunk/tools/dev/benchmarks/large_dirs/create_bigdir.sh

Modified: subversion/trunk/tools/dev/benchmarks/large_dirs/create_bigdir.sh
URL: http://svn.apache.org/viewvc/subversion/trunk/tools/dev/benchmarks/large_dirs/create_bigdir.sh?rev=1100725&r1=1100724&r2=1100725&view=diff
==============================================================================
--- subversion/trunk/tools/dev/benchmarks/large_dirs/create_bigdir.sh (original)
+++ subversion/trunk/tools/dev/benchmarks/large_dirs/create_bigdir.sh Sun May  8 12:30:44 2011
@@ -179,7 +179,7 @@ while [ $FILECOUNT -lt $MAXCOUNT ]; do
   printf "\tDeleting files ... \t"
   time sh -c "
   for i in `seq 2 ${FILECOUNT} | xargs`; do
-    ${SVN} del $WC/${FILECOUNT}_c/$i -q
+    ${SVN} del $WC/${FILECOUNT}_c/\$i -q
   done "
 
   printf "\tCommit deletions ...\t"