Merge pull request #5241 from reitermarkus/verbose-hdiutil
Remove `-quiet` flag when verbose.
This commit is contained in:
		
						commit
						a6b17abc45
					
				| @ -144,10 +144,12 @@ module UnpackStrategy | |||||||
|         else |         else | ||||||
|           cdr_path = mount_dir/path.basename.sub_ext(".cdr") |           cdr_path = mount_dir/path.basename.sub_ext(".cdr") | ||||||
| 
 | 
 | ||||||
|  |           quiet_flag = "-quiet" unless verbose | ||||||
|  | 
 | ||||||
|           system_command!( |           system_command!( | ||||||
|             "hdiutil", |             "hdiutil", | ||||||
|             args: [ |             args: [ | ||||||
|               "convert", "-quiet", "-format", "UDTO", "-o", cdr_path, path |               "convert", *quiet_flag, "-format", "UDTO", "-o", cdr_path, path | ||||||
|             ], |             ], | ||||||
|             verbose: verbose, |             verbose: verbose, | ||||||
|           ) |           ) | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Markus Reiter
						Markus Reiter