Changeset 26176
- Timestamp:
- Nov 17, 2009, 6:33:45 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/PS-IPP-Config/lib/PS/IPP/Config.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/PS-IPP-Config/lib/PS/IPP/Config.pm
r26085 r26176 16 16 use File::Spec 0.87; 17 17 use File::Temp qw( tempfile ); 18 use IO::Handle;19 18 20 19 use PS::IPP::Metadata::Config 1.00; … … 696 695 print STDERR " redirect stdout to $filename succeded on try $try\n"; 697 696 } 698 # turn off buffering of output so that output from this script doesn't appear later699 # that output from execed programs700 STDOUT->autoflush(1);701 697 open STDERR, ">>$filename" or ( carp "failed to redirect stderr to $filename" and return undef ); 702 STDERR->autoflush(1);703 698 704 699 return 1;
Note:
See TracChangeset
for help on using the changeset viewer.
