mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-10-31 14:04:26 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			597 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			597 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| Index: busybox-1.4.2/applets/usage_compressed
 | |
| ===================================================================
 | |
| --- busybox-1.4.2.orig/applets/usage_compressed	2007-06-04 13:21:31.952119208 +0200
 | |
| +++ busybox-1.4.2/applets/usage_compressed	2007-06-04 13:21:36.331453448 +0200
 | |
| @@ -14,6 +14,6 @@
 | |
|  
 | |
|  echo 'static const char packed_usage[] = '
 | |
|  "$loc/usage" | bzip2 -1 | od -v -t x1 \
 | |
| -| $SED -e 's/^[^ ]*//' -e 's/ \(..\)/\\x\1/g' -e 's/^\(.*\)$/"\1"/'
 | |
| +| $SED -e 's/^[^ ]*//' -e 's/ \([a-f0-9][a-f0-9]\)/\\x\1/g' -e 's/^\(.*\)$/"\1"/'
 | |
|  echo ';'
 | |
|  echo '#define SIZEOF_usage_messages' `expr 0 + $sz`
 |