Changeset 9432


Ignore:
Timestamp:
2005-03-15T16:14:09+13:00 (19 years ago)
Author:
mdewsnip
Message:

Make executable, and commented out a line of code that isn't currently useful.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/bin/script/exportcol.pl

    r9236 r9432  
    340340    my $gsdl_home = $ENV{'GSDLHOME'};
    341341    my $portable_topdir = $topdir;
    342     $portable_topdir =~ s/$gsdl_home/\$GSDLHOME/g;
     342    # Disabled this because it isn't currently useful (the GLI applet doesn't do exporting)
     343    # It doesn't work on Windows, either
     344    # $portable_topdir =~ s/$gsdl_home/\$GSDLHOME/g;
    343345
    344346    &gsprintf($out, "{exportcol.output_dir}\n", $successcolls, $portable_topdir);
Note: See TracChangeset for help on using the changeset viewer.