summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorJoerg Jaspert <joerg@debian.org>2010-01-01 21:05:15 +0100
committerJoerg Jaspert <joerg@debian.org>2010-01-01 21:05:15 +0100
commitc74f60450c015fab1b8136097b71d3c0a4fb23a4 (patch)
tree90aa21d93f4b83ec85cad700c4c8947f7a24d191 /etc
parent2f901ad88ba0a889f2b0496dbe122c99e1f23417 (diff)
indentation
Signed-off-by: Joerg Jaspert <joerg@debian.org>
Diffstat (limited to 'etc')
-rw-r--r--etc/common2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/common b/etc/common
index 2f6af01..5058f9e 100644
--- a/etc/common
+++ b/etc/common
@@ -128,7 +128,7 @@ signal () {
# This is a little racy, especially if the other parts decide to do this
# at the same time, but it wont hurt more than a mail too much, so I don't care much
if [ ${tries} -ge ${PUSHDELAY} ]; then
- echo "Failed to wait for all other mirrors. Failed ones are:" >> "${LOGDIR}/${MIRROR}.log"
+ echo "Failed to wait for all other mirrors. Failed ones are:" >> "${LOGDIR}/${MIRROR}.log"
for file in ${PUSHLOCKS}; do
if [ ! -f ${file} ]; then
echo "${file}" >> "${LOGDIR}/${MIRROR}.log"