mirror of
https://git.tukaani.org/xz.git
synced 2025-10-06 01:08:20 +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
|
groff -t -mandoc -Tutf8 -P-c | col -bx
|
||||||
;;
|
;;
|
||||||
ps)
|
ps)
|
||||||
sed "$SED_PD" | groff -dpaper=$PAPER -t -mandoc \
|
sed "$SED_PD" | groff -dpaper="$PAPER" -t -mandoc \
|
||||||
-rC1 -rS$FONT -Tps -P-p$PAPER
|
-rC1 -rS"$FONT" -Tps -P-p"$PAPER"
|
||||||
;;
|
;;
|
||||||
pdf)
|
pdf)
|
||||||
sed "$SED_PD" | groff -dpaper=$PAPER -t -mandoc \
|
sed "$SED_PD" | groff -dpaper="$PAPER" -t -mandoc \
|
||||||
-rC1 -rS$FONT -Tps -P-p$PAPER | ps2pdf - -
|
-rC1 -rS"$FONT" -Tps -P-p"$PAPER" | ps2pdf - -
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
echo 'Invalid arguments' >&2
|
echo 'Invalid arguments' >&2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user