winsup/doc/etc.postinstall.cygwin-doc.sh fix shell variable typo

This commit is contained in:
Brian Inglis 2017-12-22 11:32:57 -07:00 committed by Corinna Vinschen
parent eb4bfe4621
commit ae3bd4f49e
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ fi
# create User Guide and API PDF and HTML shortcuts
while read target name desc
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
$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