tMerge pull request #194 from jturner314/misc-cleanup - tomb - the crypto undertaker
 (HTM) git clone git://parazyd.org/tomb.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 19769dea6e086facbc6c521de11a3617bfd5f93f
 (DIR) parent 8aa1c0c6a5d98f19f76ca9737ee7d136a9d13fa5
 (HTM) Author: Jaromil <jaromil@dyne.org>
       Date:   Sun,  1 Mar 2015 13:18:07 +0100
       
       Merge pull request #194 from jturner314/misc-cleanup
       
       Two minor one-line fixes
       Diffstat:
         M tomb                                |       2 --
       
       1 file changed, 0 insertions(+), 2 deletions(-)
       ---
 (DIR) diff --git a/tomb b/tomb
       t@@ -950,7 +950,6 @@ get_lukskey() {
        
            _password="$1"
        
       -    exhumedkey=""
        
            firstline="${TOMBKEY[(f)1]}"
        
       t@@ -1037,7 +1036,6 @@ ask_key_password() {
                }
        
            fi
       -    # print the password out in case caller needs to know it
            [[ $passok == 1 ]] || return 1
        
            TOMBPASSWORD=$tombpass