Changeset 11211 for trunk/ippScripts/scripts/phase0_imfile.pl
- Timestamp:
- Jan 19, 2007, 5:25:35 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/phase0_imfile.pl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/phase0_imfile.pl
r11151 r11211 31 31 use Pod::Usage qw( pod2usage ); 32 32 33 my ($cache, $exp_tag, $class_id, $uri, $ no_update);33 my ($cache, $exp_tag, $class_id, $uri, $workdir, $no_update); 34 34 35 35 GetOptions( … … 38 38 'class_id|i=s' => \$class_id, 39 39 'uri|u=s' => \$uri, 40 'workdir|w=s' => \$workdir, 40 41 'no-update' => \$no_update 41 42 ) or pod2usage( 2 ); … … 103 104 104 105 # Resolve the input URI 106 $uri = File::Spec->catfile($workdir, $uri); 105 107 $uri = $ipprc->convert_filename_absolute($uri); 106 108
Note:
See TracChangeset
for help on using the changeset viewer.
