winsup/doc/etc.postinstall.cygwin-doc.sh fix shell variable typo
This commit is contained in:
		
				
					committed by
					
						 Corinna Vinschen
						Corinna Vinschen
					
				
			
			
				
	
			
			
			
						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 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user