summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoerg Jaspert <joerg@debian.org>2012-05-18 22:32:49 +0200
committerJoerg Jaspert <joerg@debian.org>2012-05-18 22:32:49 +0200
commit578af22aec511b10b432b1e39d3f9d1ce7e810b8 (patch)
treee7ab0ec270ebac2e065ca2a0439131dc6d4bf51e
parentdc408b6d6c42b8c9a94e1858cd15e8f490f68be8 (diff)
* bin/ftpsync: missing } in a log line
Signed-off-by: Joerg Jaspert <joerg@debian.org>
-rwxr-xr-xbin/ftpsync2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ftpsync b/bin/ftpsync
index b8020e3..2adeb2d 100755
--- a/bin/ftpsync
+++ b/bin/ftpsync
@@ -547,7 +547,7 @@ if [ "xtruex" = "x${SYNCSTAGE2}x" ] || [ "xtruex" = "x${SYNCALL}x" ]; then
touch "${TO}/${TRACE}"
;;
terse|full)
- log "Creating a ${EXTENDEDTRACE trace file"
+ log "Creating a ${EXTENDEDTRACE} trace file"
if [ -d "$(dirname "${TO}/${TRACE}")" ]; then
LC_ALL=POSIX LANG=POSIX date -u > "${TO}/${TRACE}"
echo "Used ftpsync version: ${VERSION}" >> "${TO}/${TRACE}"