mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-11-04 06:54:27 -05:00 
			
		
		
		
	base-files: remove some bashisms
"[[" is a bash extension for test. As the ash-implementation is
not fully compatible we drop its usage.
Also change to "=" for simple test, which is sufficient. (see d6ac8ca76c)
Signed-off-by: Sven Roederer <devel-sven@geroedel.de>
[split patch, removed shebang]
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
			
			
This commit is contained in:
		
							parent
							
								
									eec50c73c4
								
							
						
					
					
						commit
						0fecc997f8
					
				@ -69,7 +69,7 @@ caldata_valid() {
 | 
			
		||||
	local expected="$1"
 | 
			
		||||
 | 
			
		||||
	magic=$(hexdump -v -n 2 -e '1/1 "%02x"' /lib/firmware/$FIRMWARE)
 | 
			
		||||
	[[ "$magic" == "$expected" ]]
 | 
			
		||||
	[ "$magic" = "$expected" ]
 | 
			
		||||
	return $?
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user