Changeset 373

Show
Ignore:
Timestamp:
09/25/07 11:01:41 (1 year ago)
Author:
bermiferrer
Message:

Showing help when calling script/setup without parameters.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/script/setup

    r372 r373  
    3535        $this->options = array_merge($default_options, $options); 
    3636 
    37         $this->options['directory'] = $this->_absolutePath($this->options['directory']); 
     37        $this->options['directory'] = $this->_absolutePath(@$this->options['directory']); 
    3838 
    3939        if(empty($this->options['directory'])){ 
     
    423423'max'     => 1, 
    424424'min'     => 1, 
    425 'default' => false, 
    426425'desc'    => 'Location where the application will be accesed by the webserver.'), 
    427426