mirror of
				https://github.com/hiskang/acme.sh
				synced 2025-10-31 02:17:18 +00:00 
			
		
		
		
	fix shfmt warnings
This commit is contained in:
		
							parent
							
								
									e51bef6d12
								
							
						
					
					
						commit
						b97e140389
					
				
							
								
								
									
										4
									
								
								acme.sh
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								acme.sh
									
									
									
									
									
								
							| @ -249,7 +249,7 @@ _exists() { | ||||
|   fi | ||||
|   if command >/dev/null 2>&1; then | ||||
|     command -v "$cmd" >/dev/null 2>&1 | ||||
|   else which >/dev/null 2>&1;  | ||||
|   elif which >/dev/null 2>&1;  | ||||
|     which "$cmd" >/dev/null 2>&1 | ||||
|   fi | ||||
|   ret="$?" | ||||
| @ -259,7 +259,7 @@ _exists() { | ||||
| 
 | ||||
| #a + b | ||||
| _math() { | ||||
|   printf "%s" "$(( $@ ))" | ||||
|   printf "%s" "$(($@))" | ||||
| } | ||||
| 
 | ||||
| _h_char_2_dec() { | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user