tfix to engrave usage of qrencode - tomb - the crypto undertaker
 (HTM) git clone git://parazyd.org/tomb.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 0ca70509cf3176da3e881b2d9676cf9cd3646524
 (DIR) parent 40832cc01d577f42930bbafb3fd692841219f140
 (HTM) Author: Jaromil <jaromil@dyne.org>
       Date:   Wed, 18 Sep 2013 02:19:04 +0200
       
       fix to engrave usage of qrencode
       
       Diffstat:
         M tomb                                |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/tomb b/tomb
       t@@ -932,7 +932,7 @@ engrave_key() {
            awk '
        /^-----/ {next}
        /^Version/ {next}
       -{print $0}' ${tombkey} | qrencode --size 4 -t PNG --level H \
       +{print $0}' ${tombkey} | qrencode --size 4 --level H \
            --casesensitive -o "$pngname"
            { test $? = 0 } || { die "QREncode reported an error." }
            yes "Operation successful:"