Changeset 18529


Ignore:
Timestamp:
2009-02-17T16:06:39+13:00 (15 years ago)
Author:
davidb
Message:

Small fix to $index_dir. Was missing the collection folder name.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/bin/script/full-rebuild.pl

    r18527 r18529  
    121121    my $buildcol_status = system($buildcol_cmd)/256;
    122122    if ($buildcol_status == 0) {
    123         my $index_dir = &util::filename_cat($collect_dir,"index");
     123        my $index_dir = &util::filename_cat($this_collect_dir,"index");
    124124       
    125125        if (-e $index_dir) {
Note: See TracChangeset for help on using the changeset viewer.