tomb

the crypto undertaker
git clone git://parazyd.org/tomb.git
Log | Files | Refs | README | LICENSE

commit 0ca70509cf3176da3e881b2d9676cf9cd3646524
parent 40832cc01d577f42930bbafb3fd692841219f140
Author: Jaromil <jaromil@dyne.org>
Date:   Wed, 18 Sep 2013 02:19:04 +0200

fix to engrave usage of qrencode

Diffstat:
Mtomb | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tomb b/tomb @@ -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:"