Subversion Repositories DevTools

Rev

Rev 227 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 227 Rev 235
Line 1249... Line 1249...
1249
    print CFG "element * /main/0 -mkbranch $opt_branch\n" if $opt_branch;
1249
    print CFG "element * /main/0 -mkbranch $opt_branch\n" if $opt_branch;
1250
 
1250
 
1251
    #
1251
    #
1252
    #   Load rule
1252
    #   Load rule
1253
    #   Use ROOT_VOB, unless the user has specified a path
1253
    #   Use ROOT_VOB, unless the user has specified a path
-
 
1254
    #   Quote the path so that spaces will be correcly handled
1254
    #
1255
    #
1255
    print CFG "load $ROOT_VOB\n" unless $opt_path;
1256
    print CFG "load $ROOT_VOB\n" unless $opt_path;
1256
    print CFG "load $VOB_PREFIX$opt_path\n" if $opt_path;
1257
    print CFG "load \"$VOB_PREFIX$opt_path\"\n" if $opt_path;
1257
    close CFG;
1258
    close CFG;
1258
 
1259
 
1259
    return $config_file;
1260
    return $config_file;
1260
}
1261
}
1261
 
1262