From f549dc44f65919dde9429f25e0e9de941ff3cebb Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Wed, 23 Sep 2009 16:07:58 -0400 Subject: [PATCH] Fix missing $ in variable name, fixes: #1239 --- handlers/rdiff.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handlers/rdiff.in b/handlers/rdiff.in index f59d56a..45d5096 100644 --- a/handlers/rdiff.in +++ b/handlers/rdiff.in @@ -59,7 +59,7 @@ function check_consistency() { if [ "$user" == "" ]; then fatal "User must be specified for remote $section." fi - if [ "host" == "" ]; then + if [ "$host" == "" ]; then fatal "Host must be specifed for remote $section." fi fi -- 2.30.2