public inbox for cygwin-cvs@sourceware.org
help / color / mirror / Atom feed
* [newlib-cygwin] winsup/doc/etc.postinstall.cygwin-doc.sh fix shell variable typo
@ 2017-12-22 19:23 Corinna Vinschen
  0 siblings, 0 replies; only message in thread
From: Corinna Vinschen @ 2017-12-22 19:23 UTC (permalink / raw)
  To: cygwin-cvs

https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=ae3bd4f49e7800e786c0f9534df67e4fbee9fe69

commit ae3bd4f49e7800e786c0f9534df67e4fbee9fe69
Author: Brian Inglis <Brian.Inglis@SystematicSW.ab.ca>
Date:   Fri Dec 22 11:32:57 2017 -0700

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

Diff:
---
 winsup/doc/etc.postinstall.cygwin-doc.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/winsup/doc/etc.postinstall.cygwin-doc.sh b/winsup/doc/etc.postinstall.cygwin-doc.sh
index 2873d93..935bd94 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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-12-22 19:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-22 19:23 [newlib-cygwin] winsup/doc/etc.postinstall.cygwin-doc.sh fix shell variable typo Corinna Vinschen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).