Changeset - r9695:50d5fc043f46
[Not reviewed]
master
0 1 0
skidd13 - 16 years ago 2008-07-23 15:52:53
skidd13@openttd.org
(svn r13802) -Fix(r13801): a few small typos
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
config.lib
Show inline comments
 
@@ -878,7 +878,7 @@ check_params() {
 

	
 
	if [ "$man_dir" = "1" ]; then
 
		# add manpage on UNIX systems
 
		if [ "$os" = "UNIX" ] || [ "$os" = "FREEBSD" ] || [ "$os" = "OPENBSD" ] || [ "$os" = "NETBSD" ] || [ "$os" = "HPUX" ] || [ "$os" = "SUNOS" ] || [ "$os" = "OSX"]; then
 
		if [ "$os" = "UNIX" ] || [ "$os" = "FREEBSD" ] || [ "$os" = "OPENBSD" ] || [ "$os" = "NETBSD" ] || [ "$os" = "HPUX" ] || [ "$os" = "SUNOS" ] || [ "$os" = "OSX" ]; then
 
			man_dir="share/man/man6"
 
		else
 
			man_dir=""
 
@@ -924,7 +924,7 @@ check_params() {
 

	
 
	if [ -n "$man_dir" ]
 
	then
 
		log 1 "manual page directory... $mean_dir"
 
		log 1 "manual page directory... $man_dir"
 
	else
 
		log 1 "manual page directory... none"
 
	fi
0 comments (0 inline, 0 general)