tomb

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

commit 13a9142949e8ccb4b9816cf30bc34e2c82fe6267
parent f2ba4136b8295dff54b34585e09b4f70c3b327ed
Author: boyska <piuttosto@logorroici.org>
Date:   Sun, 21 Aug 2011 17:43:32 +0200

FIX option_value problems with "strange" values

Diffstat:
Msrc/tomb | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/tomb b/src/tomb @@ -1188,7 +1188,7 @@ option_is_set() { } option_value() { #First argument, the option (something like "-s") - echo ${opts[$1]} + <<< ${opts[$1]} } main() {