add quoting for man links
This commit is contained in:
parent
42ee57590a
commit
a99a3d7287
@ -295,7 +295,7 @@ add_man_links() {
|
|||||||
for i in `grep $filter man/links`; do
|
for i in `grep $filter man/links`; do
|
||||||
IFS=","; set $i; unset IFS
|
IFS=","; set $i; unset IFS
|
||||||
if [ "$2" != "" ]; then
|
if [ "$2" != "" ]; then
|
||||||
echo " ln -sf $1 \$(DESTDIR)\$(mandir)/man3/$2" >> $dest
|
echo " ln -sf \"$1\" \"\$(DESTDIR)\$(mandir)/man3/$2\"" >> $dest
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
echo "" >> $dest
|
echo "" >> $dest
|
||||||
@ -303,7 +303,7 @@ add_man_links() {
|
|||||||
for i in `grep $filter man/links`; do
|
for i in `grep $filter man/links`; do
|
||||||
IFS=","; set $i; unset IFS
|
IFS=","; set $i; unset IFS
|
||||||
if [ "$2" != "" ]; then
|
if [ "$2" != "" ]; then
|
||||||
echo " -rm -f \$(DESTDIR)\$(mandir)/man3/$2" >> $dest
|
echo " -rm -f \"\$(DESTDIR)\$(mandir)/man3/$2\"" >> $dest
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user