From e6d26156487cba4f7da25ac9b6a20d0e69d3eb71 Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Sun, 3 Sep 2017 10:44:02 +0200 Subject: [PATCH] scripts/backup: Fix initialization of $email Mostly harmless in practice, since $email is typically unset. Signed-off-by: Markus Armbruster --- scripts/backup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/backup b/scripts/backup index c6c51f06f..9b4ac1c94 100755 --- a/scripts/backup +++ b/scripts/backup @@ -39,7 +39,7 @@ local_dir=../backup # Don't copy (are you *sure* you want to be stupid?): remote_host= remote_dir= -remote_email= +email= # # Do copy: #remote_host=user@host -- 2.43.0