Changeset 19634
- Timestamp:
- Sep 21, 2008, 9:21:14 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/ipp_serial_inject.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/ipp_serial_inject.pl
r16920 r19634 81 81 my ( $vol, $path, $name ) = File::Spec->splitpath( $absfile ); 82 82 my ( $exp_name ) = $name =~ /(.*)\.(fits|fit|fts)(|.gz)/; 83 $exp_name =~ s|\s|_|g; 83 84 84 85 my $relfile = $ipprc->convert_filename_relative( $absfile ); … … 113 114 $command_imfile .= " -exp_id $exp_id"; 114 115 $command_imfile .= " -tmp_class_id fpa"; 115 $command_imfile .= " -uri $relfile";116 $command_imfile .= " -uri '$relfile'"; 116 117 $command_imfile .= " -dbname $dbname" if defined ($dbname); 117 118
Note:
See TracChangeset
for help on using the changeset viewer.
