remove unecessary set -- "$@"

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-04-02 14:25:00 +02:00
parent 18e433dd85
commit 69a17d0b0e
1 changed files with 0 additions and 2 deletions

View File

@ -37,9 +37,7 @@ get_current_value() {
cut -d':' -f $index "$__object/explorer/group"
}
set -- "$@"
cd "$__object/parameter"
if grep -q "^$name" "$__object/explorer/group"; then
# group exists, only change changed values
for property in $(ls .); do