summaryrefslogtreecommitdiff
path: root/bin/ftpsync
diff options
context:
space:
mode:
authorJoerg Jaspert <joerg@debian.org>2008-10-22 00:51:41 +0200
committerJoerg Jaspert <joerg@debian.org>2008-10-22 00:51:41 +0200
commit81e0fd6c198bb0306ffea8831f4e1840c1fededd (patch)
treea28c0aef3ca0cfb0d641d6c5cf1449c71ef71c3c /bin/ftpsync
parent6a4c52360af31ca0ef2ae10c9692e1d3ad402a3c (diff)
args. space. i hate you.
Signed-off-by: Joerg Jaspert <joerg@debian.org>
Diffstat (limited to 'bin/ftpsync')
-rwxr-xr-xbin/ftpsync2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ftpsync b/bin/ftpsync
index 90f5b9b..a431658 100755
--- a/bin/ftpsync
+++ b/bin/ftpsync
@@ -168,7 +168,7 @@ fi
# Now source the config for the archive we run on.
# (Yes, people can also overwrite the options above in the config file
# if they want to)
-if [-f "${BASEDIR}/etc/${NAME}.conf" ]; then
+if [ -f "${BASEDIR}/etc/${NAME}.conf" ]; then
. "${BASEDIR}/etc/${NAME}.conf"
else
echo "Nono, you can't tell us about random archives. Bad boy!"