Signed-off-by: Chris Metcalf <cmetcalf@tilera.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
		
			
				
	
	
		
			7 lines
		
	
	
		
			167 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			167 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# FEATURE: CONFIG_FEATURE_CP_LONG_OPTIONS
 | 
						|
mkdir -p foo/bar/baz
 | 
						|
touch foo/bar/baz/file
 | 
						|
mkdir dir
 | 
						|
busybox cp --parents foo/bar/baz/file dir
 | 
						|
test -f dir/foo/bar/baz/file
 |