From 8abe8a915aa2d0c79c4dbe00dc7d255c32b7b85d Mon Sep 17 00:00:00 2001 From: Moritz Ulrich Date: Fri, 18 Mar 2016 13:20:48 +0100 Subject: [PATCH] btrbk-mail: Use `btrbk` instead of unbound variable `$btrbk` --- contrib/cron/btrbk-mail | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/cron/btrbk-mail b/contrib/cron/btrbk-mail index f7e4f12..9143f2d 100755 --- a/contrib/cron/btrbk-mail +++ b/contrib/cron/btrbk-mail @@ -113,7 +113,7 @@ case $exitcode in ;; 10) status="ERROR: At least one backup task aborted!" ;; - *) status="ERROR: $btrbk failed with error code $exitcode" + *) status="ERROR: btrbk failed with error code $exitcode" ;; esac -- 2.7.3