Changeset 13275 for trunk/ippScripts/scripts/ipp_datapath.pl
- Timestamp:
- May 4, 2007, 4:52:03 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/ipp_datapath.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/ipp_datapath.pl
r10572 r13275 9 9 die "No filename specified.\n" if scalar @ARGV != 1; 10 10 11 print $ipprc-> convert_filename_absolute(shift @ARGV) . "\n";11 print $ipprc->file_resolve(shift @ARGV) . "\n"; 12 12 13 13 1;
Note:
See TracChangeset
for help on using the changeset viewer.
