winsup/doc/etc.postinstall.cygwin-doc.sh fix shell variable typo
This commit is contained in:
parent
eb4bfe4621
commit
ae3bd4f49e
|
@ -52,7 +52,7 @@ fi
|
||||||
# create User Guide and API PDF and HTML shortcuts
|
# create User Guide and API PDF and HTML shortcuts
|
||||||
while read target name desc
|
while read target name desc
|
||||||
do
|
do
|
||||||
[ -r $t ] && $mks $CYGWINFORALL -P -n "Cygwin/$name" -d "$desc" -- $target
|
[ -r $target ] && $mks $CYGWINFORALL -P -n "Cygwin/$name" -d "$desc" -- $target
|
||||||
done <<EOF
|
done <<EOF
|
||||||
$doc/cygwin-ug-net.pdf User\ Guide\ \(PDF\) Cygwin\ User\ Guide\ PDF
|
$doc/cygwin-ug-net.pdf User\ Guide\ \(PDF\) Cygwin\ User\ Guide\ PDF
|
||||||
$html/cygwin-ug-net/index.html User\ Guide\ \(HTML\) Cygwin\ User\ Guide\ HTML
|
$html/cygwin-ug-net/index.html User\ Guide\ \(HTML\) Cygwin\ User\ Guide\ HTML
|
||||||
|
|
Loading…
Reference in New Issue