From 4ffdf94401376c2b3414d79b4f5a8f373b767800 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Tue, 5 May 2009 03:57:55 +0200 Subject: bugfix: handle whitespaces in statuslog --- mysql/mysql_backup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mysql') diff --git a/mysql/mysql_backup.sh b/mysql/mysql_backup.sh index 1e25518..efa4d7c 100755 --- a/mysql/mysql_backup.sh +++ b/mysql/mysql_backup.sh @@ -36,7 +36,7 @@ log() { if [ -n "$1" ]; then echo "$@" else - while read line + while line line do echo $line done -- cgit v1.2.3