Subversion Repositories DevTools

Rev

Rev 363 | Rev 369 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 363 Rev 365
Line 1364... Line 1364...
1364
    #   Load rule
1364
    #   Load rule
1365
    #   Quote the path so that spaces will be correcly handled
1365
    #   Quote the path so that spaces will be correcly handled
1366
    #
1366
    #
1367
    push @config, "load $basepath";
1367
    push @config, "load $basepath";
1368
 
1368
 
1369
Message ("Config Spec", @config );
1369
    Verbose ("Config Spec", @config );
1370
 
1370
 
1371
    FileCreate ($config_file, \@config);
1371
    FileCreate ($config_file, \@config);
1372
    return $config_file;
1372
    return $config_file;
1373
}
1373
}
1374
 
1374