match on name: not name, may be invalid

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
remotes/origin/1.6
Nico Schottelius 14 years ago
parent db425d3925
commit d49e481a87
  1. 2
      conf/type/__group/gencode-remote

@ -38,7 +38,7 @@ get_current_value() {
}
cd "$__object/parameter"
if grep -q "^$name" "$__object/explorer/group"; then
if grep -q "^${name}:" "$__object/explorer/group"; then
# group exists, only change changed values
for property in $(ls .); do
current_value=$(get_current_value "$property")

Loading…
Cancel
Save