Changeset 7256


Ignore:
Timestamp:
2004-04-30T15:45:59+12:00 (20 years ago)
Author:
mdewsnip
Message:

Fixed a bug where the output of the script was not written to a file properly when the -out option was used.

File:
1 edited

Legend:

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

    r7179 r7256  
    115115    open (OUT, ">$out") ||
    116116        (&gsprintf(STDERR, "{common.cannot_open_output_file}\n", $out) && die);
    117     $out = OUT;
     117    $out = 'main::OUT';
    118118    $close_out = 1;
    119119    }
Note: See TracChangeset for help on using the changeset viewer.