summaryrefslogtreecommitdiff
path: root/git
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@suse.cz>2007-10-08 13:25:39 +0000
committerJan Holesovsky <kendy@suse.cz>2007-10-08 13:25:39 +0000
commit09e092a6cd7a75347946337b760313d940145f2a (patch)
tree76dda7f0bfa3db8a991a2a06b1fa540cfe06658e /git
parent6f8cfaef58f08fe158e9d2b89d415315cc193795 (diff)
Dicrease the number of concurrent processes.
Diffstat (limited to 'git')
-rwxr-xr-xgit/ooo-to-git.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/git/ooo-to-git.sh b/git/ooo-to-git.sh
index 58d9aac9d..19724e506 100755
--- a/git/ooo-to-git.sh
+++ b/git/ooo-to-git.sh
@@ -15,7 +15,7 @@ echo -n "Creating "
for I in `( cd "$CVS_PATH" ; echo * )` ; do
[ "$I" = "CVSROOT" ] && continue
- if [ "$COUNT" -lt "6" ] ; then
+ if [ "$COUNT" -lt "3" ] ; then
COUNT=$(( $COUNT + 1 ))
else
echo "..."