FIX option_value problems with "strange" values

This commit is contained in:
boyska 2011-08-21 17:43:32 +02:00
parent f2ba4136b8
commit 13a9142949

View File

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