Update(): used wrong variables

This commit is contained in:
Vincent Riquer 2013-02-26 11:18:06 +01:00
parent efe661615c
commit 6d45a634b7

2
atom
View File

@ -328,7 +328,7 @@ Update(){
what=value what=value
;; ;;
value) value)
set_statement="${set_statement}="'"'"${value//\"/\\\"}"'"' set_statement="${set_statement}="'"'"${argument//\"/\\\"}"'"'
what=key what=key
;; ;;
esac esac