summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorJoerg Jaspert <joerg@debian.org>2008-10-21 23:56:48 +0200
committerJoerg Jaspert <joerg@debian.org>2008-10-21 23:56:48 +0200
commite58662b0199cfd5b0fd1b768cdbb8fd8727bbb0c (patch)
tree4dd683b210e806fbabd0caba04b45b6e49333b78 /bin
parenteeaaa92e21810a4d61a6513ff980267b64d4b19f (diff)
ftpsync
[] do like their spaces Signed-off-by: Joerg Jaspert <joerg@debian.org>
Diffstat (limited to 'bin')
-rwxr-xr-xbin/ftpsync4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ftpsync b/bin/ftpsync
index 721c640..ab9880b 100755
--- a/bin/ftpsync
+++ b/bin/ftpsync
@@ -342,7 +342,7 @@ while [ -e "${UPDATEREQUIRED}" ]; do
rm -f "${UPDATEREQUIRED}"
# if we want stage1 *or* all
- if [ "xtruex" = "x${SYNCSTAGE1}x"] || [ "xtruex" = "x${SYNCALL}x" ]; then
+ if [ "xtruex" = "x${SYNCSTAGE1}x" ] || [ "xtruex" = "x${SYNCALL}x" ]; then
log "Running stage1: ${RSYNC} ${RSYNC_OPTIONS} ${RSYNC_OPTIONS1} ${EXCLUDE} ${SOURCE_EXCLUDE} ${RSYNCPTH}::${RSYNC_PATH} ${TO}"
set +e
@@ -367,7 +367,7 @@ while [ -e "${UPDATEREQUIRED}" ]; do
hook $HOOK
# if we want stage2 *or* all
- if [ "xtruex" = "x${SYNCSTAGE2}x"] || [ "xtruex" = "x${SYNCALL}x" ]; then
+ if [ "xtruex" = "x${SYNCSTAGE2}x" ] || [ "xtruex" = "x${SYNCALL}x" ]; then
log "Running stage2: ${RSYNC} ${RSYNC_OPTIONS} ${RSYNC_OPTIONS2} ${EXCLUDE} ${SOURCE_EXCLUDE} ${RSYNCPTH}::${RSYNC_PATH} ${TO}"
set +e