mirror of
				https://git.tukaani.org/xz.git
				synced 2025-10-31 13:32:56 +00:00 
			
		
		
		
	windows/build.bash: Add quotes
In this case they aren't needed but it's better style.
This commit is contained in:
		
							parent
							
								
									37a57a926d
								
							
						
					
					
						commit
						8e4153253e
					
				| @ -231,8 +231,8 @@ done | ||||
| VER=$(sh build-aux/version.sh) | ||||
| if [ -x "$SEVENZ" ]; then | ||||
| 	cd pkg | ||||
| 	"$SEVENZ" a -tzip ../xz-$VER-windows.zip * | ||||
| 	"$SEVENZ" a ../xz-$VER-windows.7z * | ||||
| 	"$SEVENZ" a -tzip "../xz-$VER-windows.zip" * | ||||
| 	"$SEVENZ" a "../xz-$VER-windows.7z" * | ||||
| else | ||||
| 	echo | ||||
| 	echo "NOTE: 7z was not found. xz-$VER-windows.zip" | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user