From 1919b29c1fc859864b76392ba42223086eb676b5 Mon Sep 17 00:00:00 2001 From: Jim Turner Date: Sun, 1 Mar 2015 01:29:26 -0500 Subject: [PATCH 1/2] Remove unused variable --- tomb | 1 - 1 file changed, 1 deletion(-) diff --git a/tomb b/tomb index 579a3b3..db464c0 100755 --- a/tomb +++ b/tomb @@ -950,7 +950,6 @@ get_lukskey() { _password="$1" - exhumedkey="" firstline="${TOMBKEY[(f)1]}" From 1dff3676ce297d5ab52f5a17cd5f4fdc0da2a3e9 Mon Sep 17 00:00:00 2001 From: Jim Turner Date: Sun, 1 Mar 2015 01:30:30 -0500 Subject: [PATCH 2/2] Remove inaccurate comment --- tomb | 1 - 1 file changed, 1 deletion(-) diff --git a/tomb b/tomb index db464c0..95fb83b 100755 --- a/tomb +++ b/tomb @@ -1036,7 +1036,6 @@ ask_key_password() { } fi - # print the password out in case caller needs to know it [[ $passok == 1 ]] || return 1 TOMBPASSWORD=$tombpass