fix normaliz option parsing

This commit is contained in:
Vincent Riquer 2013-03-09 23:58:25 +01:00
parent d334c308ed
commit d454ccfa2c

4
atom
View File

@ -162,10 +162,10 @@ getConfigDestination() {
;; ;;
'normalize') 'normalize')
case $value in case $value in
'true|on|yes') 'true'|'on'|'yes')
destinationnormalize["$destination"]=1 destinationnormalize["$destination"]=1
;; ;;
'false|off|no') 'false'|'off'|'no')
destinationnormalize["$destination"]=0 destinationnormalize["$destination"]=0
;; ;;
*) *)