mirror of
				https://github.com/hiskang/acme.sh
				synced 2025-10-31 02:17:18 +00:00 
			
		
		
		
	fix
This commit is contained in:
		
							parent
							
								
									00a506053c
								
							
						
					
					
						commit
						f4312b4428
					
				
							
								
								
									
										7
									
								
								acme.sh
									
									
									
									
									
								
							
							
						
						
									
										7
									
								
								acme.sh
									
									
									
									
									
								
							| @ -30,7 +30,7 @@ fi | |||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| _URGLY_PRINTF="" | _URGLY_PRINTF="" | ||||||
| if [ "$(printf '\x41')" = '\x41' ] ; then | if [ "$(printf '\x41')" != 'A' ] ; then | ||||||
|   _URGLY_PRINTF=1 |   _URGLY_PRINTF=1 | ||||||
| fi | fi | ||||||
| 
 | 
 | ||||||
| @ -132,6 +132,7 @@ _h2b() { | |||||||
|     uselet="1" |     uselet="1" | ||||||
|   fi |   fi | ||||||
|   _debug uselet "$uselet" |   _debug uselet "$uselet" | ||||||
|  |   _debug _URGLY_PRINTF "$_URGLY_PRINTF" | ||||||
|   while [ '1' ] ; do |   while [ '1' ] ; do | ||||||
|     if [ -z "$_URGLY_PRINTF" ] ; then |     if [ -z "$_URGLY_PRINTF" ] ; then | ||||||
|       h=$(printf $hex | cut -c $i-$j) |       h=$(printf $hex | cut -c $i-$j) | ||||||
| @ -150,8 +151,8 @@ _h2b() { | |||||||
|       printf '\'"$(printf %o "$(_math $ic \* 16 + $jc)")" |       printf '\'"$(printf %o "$(_math $ic \* 16 + $jc)")" | ||||||
|     fi |     fi | ||||||
|     if [ "$uselet" ] ; then |     if [ "$uselet" ] ; then | ||||||
|       let "i+=2" |       let "i+=2" >/dev/null | ||||||
|       let "j+=2" |       let "j+=2" >/dev/null | ||||||
|     else |     else | ||||||
|       i="$(_math $i + 2)" |       i="$(_math $i + 2)" | ||||||
|       j="$(_math $j + 2)" |       j="$(_math $j + 2)" | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user