tremove debugging stuff - tomb - the crypto undertaker
 (HTM) git clone git://parazyd.org/tomb.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit c610e6dacc007668dc6dc7e32d7be3e2c90736b3
 (DIR) parent 23244bdedd5a4a9b36a01a1111e2aa41ecfa6d6f
 (HTM) Author: Jaromil <jaromil@dyne.org>
       Date:   Thu, 10 Feb 2011 12:22:11 +0100
       
       remove debugging stuff
       
       Diffstat:
         M src/tomb                            |       4 ++--
         M src/tomb-open                       |       2 +-
       
       2 files changed, 3 insertions(+), 3 deletions(-)
       ---
 (DIR) diff --git a/src/tomb b/src/tomb
       t@@ -1,4 +1,4 @@
       -#!/bin/zsh -x
       +#!/bin/zsh
        #
        # Tomb, the Crypto Undertaker
        #
       t@@ -370,7 +370,7 @@ create_tomb() {
            act "once done you will be asked to choose a password for your tomb."
            touch ${keytmp}/tomb.tmp
            chmod 0600 ${keytmp}/tomb.tmp
       -    $DD bs=1 count=256 if=/dev/urandom of=${keytmp}/tomb.tmp
       +    $DD bs=1 count=256 if=/dev/random of=${keytmp}/tomb.tmp
            if ! [ -r ${keytmp}/tomb.tmp ]; then
                error "cannot generate encryption key, operation aborted."
                umount ${keytmp}
 (DIR) diff --git a/src/tomb-open b/src/tomb-open
       t@@ -1,4 +1,4 @@
       -#!/bin/zsh -x
       +#!/bin/zsh
        #
        # Tomb, the Crypto Undertaker
        #