1
0
Fork 0

(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 :)

release/0.7
truebrain 2008-12-06 00:38:48 +00:00
parent 64c973ccc5
commit ab8e24e332
1 changed files with 1 additions and 1 deletions

View File

@ -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";;