Show
Ignore:
Timestamp:
06/21/08 18:24:00 (5 months ago)
Author:
kake
Message:

Standardise slash vs. no slash on ends of directory names in install process (cosmetic change only).

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/new-install-process/bin/openguides-install

    r1171 r1172  
    232232        $def = $install_directory; 
    233233        $def .= "/" unless $def =~ m|/$|; 
    234         $def .= "templates"; 
     234        $def .= "templates/"; 
    235235    } 
    236236    if ( $var eq "custom_template_path" && !defined $existing_config->$var ) { 
    237237        $def = $install_directory; 
    238238        $def .= "/" unless $def =~ m|/$|; 
    239         $def .= "custom-templates"; 
     239        $def .= "custom-templates/"; 
    240240    } 
    241241