diff options
author | Brian Inglis <Brian.Inglis@SystematicSW.ab.ca> | 2017-12-22 11:32:57 -0700 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2017-12-22 20:15:32 +0100 |
commit | ae3bd4f49e7800e786c0f9534df67e4fbee9fe69 (patch) | |
tree | 48a57639edf73654088ca9939386e8dbe721c85d | |
parent | eb4bfe4621ecaa49d0b4e586315286f8e4731046 (diff) | |
download | cygnal-ae3bd4f49e7800e786c0f9534df67e4fbee9fe69.tar.gz cygnal-ae3bd4f49e7800e786c0f9534df67e4fbee9fe69.tar.bz2 cygnal-ae3bd4f49e7800e786c0f9534df67e4fbee9fe69.zip |
winsup/doc/etc.postinstall.cygwin-doc.sh fix shell variable typo
-rwxr-xr-x | winsup/doc/etc.postinstall.cygwin-doc.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/doc/etc.postinstall.cygwin-doc.sh b/winsup/doc/etc.postinstall.cygwin-doc.sh index 2873d9395..935bd94e1 100755 --- a/winsup/doc/etc.postinstall.cygwin-doc.sh +++ b/winsup/doc/etc.postinstall.cygwin-doc.sh @@ -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 |