From: Michael Tremer Date: Wed, 19 Jul 2017 17:11:54 +0000 (+0200) Subject: copy: Remove trailing dot from log message X-Git-Tag: 009~150 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c802e1d23670b2ae037c3b110642cc464703f52;p=network.git copy: Remove trailing dot from log message Signed-off-by: Michael Tremer --- diff --git a/src/functions/functions.util b/src/functions/functions.util index 83edf69b..5935dcc2 100644 --- a/src/functions/functions.util +++ b/src/functions/functions.util @@ -762,7 +762,7 @@ copy() { # Check if ${dst} is a directory if [ -d "${dst}" ]; then - log ERROR "${dst} is a directory." + log ERROR "${dst} is a directory" return ${EXIT_ERROR} fi