remove unecessary set -- "$@"
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
		
					parent
					
						
							
								18e433dd85
							
						
					
				
			
			
				commit
				
					
						69a17d0b0e
					
				
			
		
					 1 changed files with 0 additions and 2 deletions
				
			
		| 
						 | 
					@ -37,9 +37,7 @@ get_current_value() {
 | 
				
			||||||
   cut -d':' -f $index "$__object/explorer/group"
 | 
					   cut -d':' -f $index "$__object/explorer/group"
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
set -- "$@"
 | 
					 | 
				
			||||||
cd "$__object/parameter"
 | 
					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
 | 
					   # group exists, only change changed values
 | 
				
			||||||
   for property in $(ls .); do
 | 
					   for property in $(ls .); do
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue