Changeset - r10408:0e4441758184
[Not reviewed]
master
0 1 0
truebrain - 16 years ago 2008-12-06 00:38:48
truebrain@openttd.org
(svn r14659) -Add: in case Thief^ (forum user) ever tries what he thinks he will try when he doesn't know it is --prefix-dir, make sure he also gets what he assumes he gets :)
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
config.lib
Show inline comments
 
@@ -157,7 +157,7 @@ detect_params() {
 
		optarg=`expr "x$p" : 'x[^=]*=\(.*\)'`
 

	
 
		case "$p" in
 
			--help | -h)                  showhelp; exit 0;;
 
			--help | -h | -?)             showhelp; exit 0;;
 

	
 
			--config-log)                 prev_p="config_log";;
 
			--config-log=*)               config_log="$optarg";;
0 comments (0 inline, 0 general)