mirror of
				https://github.com/hiskang/acme.sh
				synced 2025-10-30 18:07:15 +00:00 
			
		
		
		
	Merge branch 'dev'
This commit is contained in:
		
						commit
						60d9509e39
					
				
							
								
								
									
										6
									
								
								acme.sh
									
									
									
									
									
								
							
							
						
						
									
										6
									
								
								acme.sh
									
									
									
									
									
								
							| @ -456,9 +456,9 @@ _h2b() { | |||||||
|   if [ -z "$_URGLY_PRINTF" ]; then |   if [ -z "$_URGLY_PRINTF" ]; then | ||||||
|     if _exists xargs; then |     if _exists xargs; then | ||||||
|       _debug2 "xargs" |       _debug2 "xargs" | ||||||
|       echo "$hex" | sed 's/\([0-9A-F]\{2\}\)/\\\\\\x\1/gI' | xargs printf |       echo "$hex" | _upper_case | sed 's/\([0-9A-F]\{2\}\)/\\\\\\x\1/g' | xargs printf | ||||||
|     else |     else | ||||||
|       for h in $(echo "$hex" | sed 's/\([0-9A-F]\{2\}\)/ \1/gI'); do |       for h in $(echo "$hex" | _upper_case | sed 's/\([0-9A-F]\{2\}\)/ \1/g'); do | ||||||
|         if [ -z "$h" ]; then |         if [ -z "$h" ]; then | ||||||
|           break |           break | ||||||
|         fi |         fi | ||||||
| @ -466,7 +466,7 @@ _h2b() { | |||||||
|       done |       done | ||||||
|     fi |     fi | ||||||
|   else |   else | ||||||
|     for c in $(echo "$hex" | sed 's/\([0-9A-F]\)/ \1/gI'); do |     for c in $(echo "$hex" | _upper_case | sed 's/\([0-9A-F]\)/ \1/g'); do | ||||||
|       if [ -z "$ic" ]; then |       if [ -z "$ic" ]; then | ||||||
|         ic=$c |         ic=$c | ||||||
|         continue |         continue | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user