From 578af22aec511b10b432b1e39d3f9d1ce7e810b8 Mon Sep 17 00:00:00 2001 From: Joerg Jaspert Date: Fri, 18 May 2012 22:32:49 +0200 Subject: * bin/ftpsync: missing } in a log line Signed-off-by: Joerg Jaspert --- bin/ftpsync | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}" -- cgit v1.2.3