From d595bf00cbd1c13eb157edf8d29d4b8fa76220e2 Mon Sep 17 00:00:00 2001
From: Micah Anderson <micah@riseup.net>
Date: Tue, 31 Oct 2006 05:00:13 +0000
Subject: [PATCH] forgot to commit minor fix to rub handler

---
 handlers/rub | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/handlers/rub b/handlers/rub
index c68dee80..d2b4c446 100644
--- a/handlers/rub
+++ b/handlers/rub
@@ -204,7 +204,7 @@ if [ "$from" == "remote" ]; then
     rsync_remote_options="$rsync_remote_options --compress"
   fi
 
-  fi [ ! -z "$bandwidthlimit" ]; then
+  if [ ! -z "$bandwidthlimit" ]; then
     rsync_remote_options="$rsync_remote_options --bwlimit=$bandwidthlimit"
   fi
 
-- 
GitLab