mirror of
				https://git.tukaani.org/xz.git
				synced 2025-10-31 13:32:56 +00:00 
			
		
		
		
	build-aux/manconv.sh: Add quotes
This commit is contained in:
		
							parent
							
								
									8e4153253e
								
							
						
					
					
						commit
						a2c6aa8764
					
				| @ -42,12 +42,12 @@ case $FORMAT in | ||||
| 		groff -t -mandoc -Tutf8 -P-c | col -bx | ||||
| 		;; | ||||
| 	ps) | ||||
| 		sed "$SED_PD" | groff -dpaper=$PAPER -t -mandoc \ | ||||
| 				-rC1 -rS$FONT -Tps -P-p$PAPER | ||||
| 		sed "$SED_PD" | groff -dpaper="$PAPER" -t -mandoc \ | ||||
| 				-rC1 -rS"$FONT" -Tps -P-p"$PAPER" | ||||
| 		;; | ||||
| 	pdf) | ||||
| 		sed "$SED_PD" | groff -dpaper=$PAPER -t -mandoc \ | ||||
| 				-rC1 -rS$FONT -Tps -P-p$PAPER | ps2pdf - - | ||||
| 		sed "$SED_PD" | groff -dpaper="$PAPER" -t -mandoc \ | ||||
| 				-rC1 -rS"$FONT" -Tps -P-p"$PAPER" | ps2pdf - - | ||||
| 		;; | ||||
| 	*) | ||||
| 		echo 'Invalid arguments' >&2 | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user