mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-04 02:30:34 +02:00 
			
		
		
		
	[PATCH] extract-ikconfig: don't use --long-options
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
		
							parent
							
								
									ff45e99dcd
								
							
						
					
					
						commit
						008accbbae
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -21,7 +21,7 @@ function dump_config {
 | 
			
		|||
    let start="$start + 8"
 | 
			
		||||
    let size="$end - $start"
 | 
			
		||||
 | 
			
		||||
    head --bytes="$end" "$file" | tail --bytes="$size" | zcat
 | 
			
		||||
    dd if="$file" ibs=1 skip="$start" count="$size" 2>/dev/null | zcat
 | 
			
		||||
 | 
			
		||||
    clean_up
 | 
			
		||||
    exit 0
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue